Fix Ring sensor docs (#8487)

This commit is contained in:
Alok Saboo 2019-02-11 13:24:46 -05:00 committed by Klaas Schoute
parent ccae8df64e
commit 2443d26ae2

View File

@ -30,20 +30,21 @@ monitored_conditions:
type: list type: list
required: false required: false
description: 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.
battery: keys:
description: Return the battery level from device. battery:
last_activity: description: Return the battery level from device.
description: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera. last_activity:
last_ding: description: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera.
description: Return the timestamp from the last time the Ring doorbell button was pressed. last_ding:
last_motion: description: Return the timestamp from the last time the Ring doorbell button was pressed.
description: Return the timestamp from the last motion event captured by the Ring doorbell camera. last_motion:
volume: description: Return the timestamp from the last motion event captured by the Ring doorbell camera.
description: Return the volume level from the device. volume:
wifi_signal_category: description: Return the volume level from the device.
description: Return the WiFi signal level from the device. wifi_signal_category:
wifi_signal_strength: description: Return the WiFi signal level from the device.
description: Return the WiFi signal strength (dBm) from the device. wifi_signal_strength:
description: Return the WiFi signal strength (dBm) from the device.
{% endconfiguration %} {% endconfiguration %}
Currently it supports doorbell, external chimes and stickup cameras. Currently it supports doorbell, external chimes and stickup cameras.