monitored_resources are optional (#1203)

This commit is contained in:
Fabian Affolter 2016-10-11 09:32:53 +02:00 committed by GitHub
parent c5d720d195
commit 0ca7b4e7bd

View File

@ -15,7 +15,7 @@ ha_release: 0.19
The Fitbit sensor allows you to expose data from [Fitbit](http://fitbit.com) to Home Assistant.
Enable the sensor by adding the following to your configuration:
Enable the sensor by adding the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@ -33,7 +33,7 @@ The unit system that the sensor will use is based on the country you set in your
Configuration variables:
- **monitored_resources** (*Required*): Resource to monitor.
- **monitored_resources** (*Optional*): Resource to monitor. Defaults to `activities/steps`.
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.