File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Enable the sensor by adding the following to your `configuration.yaml` file:
21
21
# Example configuration.yaml entry
22
22
sensor :
23
23
- platform : fitbit
24
+ clock_format : 12H
24
25
monitored_resources :
25
26
- " body/weight"
26
27
` ` `
@@ -34,6 +35,7 @@ The unit system that the sensor will use is based on the country you set in your
34
35
Configuration variables :
35
36
36
37
- **monitored_resources** (*Optional*): Resource to monitor. Defaults to `activities/steps`.
38
+ - **clock_format** (*Optional*): Format to use for `sleep/startTime` resource. Accepts `12H` or `24H`. Defaults to `24H`.
37
39
38
40
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.
39
41
You can’t perform that action at this time.
0 commit comments