mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Minimizing of the configuration sample (Health) (#1046)
This commit is contained in:
parent
6878e13946
commit
7efedf7549
@ -18,10 +18,11 @@ 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
|
||||
monitored_resources:
|
||||
- "body/weight"
|
||||
- platform: fitbit
|
||||
monitored_resources:
|
||||
- "body/weight"
|
||||
```
|
||||
|
||||
Restart Home Assistant once this is complete. Go to the frontend. You will see a new entry for configuring Fitbit. Follow the instructions there to complete the setup process.
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user