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 - motion_sensor
``` ```
Configuration variables: {% configuration %}
monitored_conditions:
- **monitored_conditions** array (*Required*): Conditions to display in the frontend. The following conditions can be monitored. description: Conditions to display in the frontend.
- **do_not_disturb**: Control the state of your doorbells indoor chime. required: true
- **motion_sensor**: Control the state of your doorbells motion sensor. 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 %}