monitored_resources are optional (#1203)
This commit is contained in:
parent
c5d720d195
commit
0ca7b4e7bd
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ ha_release: 0.19
|
||||||
|
|
||||||
The Fitbit sensor allows you to expose data from [Fitbit](http://fitbit.com) to Home Assistant.
|
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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# 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:
|
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.
|
Below is the list of resources that you can add to `monitored_resources`. One sensor is exposed for every resource.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue