mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update Skybell switch component configuration variable (#6757)
* Update Skybell switch component configuration variable * Remove old content
This commit is contained in:
parent
fbca47dfa5
commit
1599305a7b
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user