File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ password:
37
37
description: The password you use for your Garmin Connect instance.
38
38
required: true
39
39
type: string
40
- monitored_resources :
41
- description: Resource (s) to monitor.
40
+ monitored_conditions :
41
+ description: Condition (s) to monitor.
42
42
required: false
43
43
default: "` totalSteps`"
44
44
type : list
45
45
46
46
{% endconfiguration %}
47
47
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 .
49
49
50
50
Not every sensor holds meaningful values, it depends on the tracking device you use, and the apps you have connected.
51
51
@@ -57,7 +57,7 @@ sensor:
57
57
- platform: garmin_connect
58
58
email: GARMIN_CONNECT_EMAIL
59
59
password: GARMIN_CONNECT_PASSWORD
60
- monitored_resources :
60
+ monitored_conditions :
61
61
- totalSteps
62
62
- dailyStepGoal
63
63
- totalKilocalories
You can’t perform that action at this time.
0 commit comments