Fix ring sensor configuration (#6746)

* Fix ring sensor configuration

* Fix type
This commit is contained in:
cgtobi 2018-10-13 13:15:06 +02:00 committed by Franck Nijhof
parent 56855dec14
commit 11808dee04

View File

@ -25,15 +25,25 @@ 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. type: list
- **battery**: Return the battery level from device required: false
- **last_activity**: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera description: Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled.
- **last_ding**: Return the timestamp from the last time the Ring doorbell button was pressed battery:
- **last_motion**: Return the timestamp from the last motion event captured by the Ring doorbell camera description: Return the battery level from device.
- **volume**: Return the volume level from the device. last_activity:
- **wifi_signal_category**: Return the WiFi signal level from the device. description: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera.
- **wifi_signal_strength**: Return the WiFi signal strength (dBm) from the device. last_ding:
description: Return the timestamp from the last time the Ring doorbell button was pressed.
last_motion:
description: Return the timestamp from the last motion event captured by the Ring doorbell camera.
volume:
description: Return the volume level from the device.
wifi_signal_category:
description: Return the WiFi signal level from the device.
wifi_signal_strength:
description: Return the WiFi signal strength (dBm) from the device.
{% endconfiguration %}
Currently it supports doorbell, external chimes and stickup cameras. Currently it supports doorbell, external chimes and stickup cameras.