Update Ring binary sensor component configuration variable (#6730)

This commit is contained in:
Klaas Schoute 2018-10-12 23:56:52 +02:00 committed by Fabian Affolter
parent a8978b54b1
commit f955037f81

View File

@ -25,10 +25,16 @@ binary_sensor:
- platform: ring - platform: ring
``` ```
Configuration variables: {% configuration %}
monitored_conditions:
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled. description: Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled.
- **ding**: Return a boolean value when the doorbell button was pressed. required: false
- **motion**: Return a boolean value when a movement was detected by the Ring doorbell. type: list
keys:
ding:
description: Return a boolean value when the doorbell button was pressed.
motion:
description: Return a boolean value when a movement was detected by the Ring doorbell.
{% endconfiguration %}
Currently it supports doorbell, external chimes and stickup cameras. Currently it supports doorbell, external chimes and stickup cameras.