Minimizing of the configuration sample (Health) (#1046)

This commit is contained in:
Fredrik Lindqvist 2016-10-02 17:13:31 +02:00 committed by Fabian Affolter
parent 6878e13946
commit 7efedf7549

View File

@ -18,8 +18,9 @@ The Fitbit sensor allows you to expose data from [Fitbit](http://fitbit.com) to
Enable the sensor by adding the following to your configuration:
```yaml
# Example configuration.yaml entry
sensor:
platform: fitbit
- platform: fitbit
monitored_resources:
- "body/weight"
```
@ -30,6 +31,10 @@ Please be aware that Fitbit has very low rate limits, 150 per user per hour. The
The unit system that the sensor will use is based on the country you set in your Fitbit profile.
Configuration variables:
- **monitored_resources** (*Required*): Resource to monitor.
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.
```text