From 07a40fa40554c037a2145fab20e3a74f5a37e88f Mon Sep 17 00:00:00 2001 From: Matt Schmitt Date: Mon, 21 Aug 2017 08:43:56 -0400 Subject: [PATCH] Update sensor.fitbit.markdown (#3206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ‘clock_format’ configuration variable --- source/_components/sensor.fitbit.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.fitbit.markdown b/source/_components/sensor.fitbit.markdown index fc3e1a85758..1da5a518367 100644 --- a/source/_components/sensor.fitbit.markdown +++ b/source/_components/sensor.fitbit.markdown @@ -21,6 +21,7 @@ Enable the sensor by adding the following to your `configuration.yaml` file: # Example configuration.yaml entry sensor: - platform: fitbit + clock_format: 12H monitored_resources: - "body/weight" ``` @@ -34,6 +35,7 @@ The unit system that the sensor will use is based on the country you set in your Configuration variables: - **monitored_resources** (*Optional*): Resource to monitor. Defaults to `activities/steps`. +- **clock_format** (*Optional*): Format to use for `sleep/startTime` resource. Accepts `12H` or `24H`. Defaults to `24H`. Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.