mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Minimizing of the configuration sample (Health) (#1046)
This commit is contained in:
parent
6878e13946
commit
7efedf7549
@ -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:
|
Enable the sensor by adding the following to your configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: fitbit
|
- platform: fitbit
|
||||||
monitored_resources:
|
monitored_resources:
|
||||||
- "body/weight"
|
- "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.
|
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.
|
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user