We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2353ca5 commit 07a40faCopy full SHA for 07a40fa
source/_components/sensor.fitbit.markdown
@@ -21,6 +21,7 @@ Enable the sensor by adding the following to your `configuration.yaml` file:
21
# Example configuration.yaml entry
22
sensor:
23
- platform: fitbit
24
+ clock_format: 12H
25
monitored_resources:
26
- "body/weight"
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:
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`.
39
40
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.
41
0 commit comments