Skip to content

Commit 405c61c

Browse files
committed
Renamed config option to reflect code
1 parent ac0e561 commit 405c61c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_integrations/garmin_connect.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ password:
3737
description: The password you use for your Garmin Connect instance.
3838
required: true
3939
type: string
40-
monitored_resources:
41-
description: Resource(s) to monitor.
40+
monitored_conditions:
41+
description: Condition(s) to monitor.
4242
required: false
4343
default: "`totalSteps`"
4444
type: list
4545

4646
{% endconfiguration %}
4747

48-
The full configuration example below shows all available resources. One sensor is exposed for every entry.
48+
The full configuration example below shows all available conditions you can monitor. Each entry is exposed as a sensor.
4949

5050
Not every sensor holds meaningful values, it depends on the tracking device you use, and the apps you have connected.
5151

@@ -57,7 +57,7 @@ sensor:
5757
- platform: garmin_connect
5858
email: GARMIN_CONNECT_EMAIL
5959
password: GARMIN_CONNECT_PASSWORD
60-
monitored_resources:
60+
monitored_conditions:
6161
- totalSteps
6262
- dailyStepGoal
6363
- totalKilocalories

0 commit comments

Comments
 (0)