Update Skybell switch component configuration variable (#6757)

* Update Skybell switch component configuration variable

* Remove old content
This commit is contained in:
Klaas Schoute 2018-10-13 21:56:12 +02:00 committed by Fabian Affolter
parent fbca47dfa5
commit 1599305a7b

View File

@ -28,8 +28,14 @@ switch:
- motion_sensor
```
Configuration variables:
- **monitored_conditions** array (*Required*): Conditions to display in the frontend. The following conditions can be monitored.
- **do_not_disturb**: Control the state of your doorbells indoor chime.
- **motion_sensor**: Control the state of your doorbells motion sensor.
{% configuration %}
monitored_conditions:
description: Conditions to display in the frontend.
required: true
type: list
keys:
do_not_disturb:
description: Control the state of your doorbells indoor chime.
motion_sensor:
description: Control the state of your doorbells motion sensor.
{% endconfiguration %}