mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update ring docs for event platform (#34581)
This commit is contained in:
parent
7be0a15c17
commit
776bcc6efa
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Doorbell
|
- Doorbell
|
||||||
|
- Event
|
||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- camera
|
- camera
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- event
|
||||||
- light
|
- light
|
||||||
- sensor
|
- sensor
|
||||||
- siren
|
- siren
|
||||||
@ -49,7 +51,9 @@ This integration does NOT allow for live viewing of your Ring camera within Home
|
|||||||
|
|
||||||
## Binary sensor
|
## Binary sensor
|
||||||
|
|
||||||
Once you have enabled the [Ring integration](/integrations/ring), you can start using a binary sensor. Currently, it supports doorbell, external chimes and stickup cameras.
|
The binary sensor switches off and on when motion, doorbell rings, and intercom unlock events occur.
|
||||||
|
|
||||||
|
The binary sensor is being replaced with the event entity, and you should migrate any automations to the event entity by release 2025.4.0.
|
||||||
|
|
||||||
## Button
|
## Button
|
||||||
|
|
||||||
@ -132,6 +136,10 @@ data = {
|
|||||||
hass.services.call("downloader", "download_file", data)
|
hass.services.call("downloader", "download_file", data)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Event
|
||||||
|
|
||||||
|
The event entity captures events like doorbell rings, motion alerts, and intercom unlocking.
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
Once you have enabled the [Ring integration](/integrations/ring), you can start using the sensor platform. Currently, it supports doorbell, external chimes and stickup cameras.
|
Once you have enabled the [Ring integration](/integrations/ring), you can start using the sensor platform. Currently, it supports doorbell, external chimes and stickup cameras.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user