Skip to content

Commit

Permalink
Update ring docs for event platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Sep 4, 2024
1 parent 99e75b2 commit 51092da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/_integrations/ring.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ha_category:
- Button
- Camera
- Doorbell
- Event
- Light
- Sensor
- Switch
Expand All @@ -20,6 +21,7 @@ ha_platforms:
- button
- camera
- diagnostics
- event
- light
- sensor
- siren
Expand Down Expand Up @@ -49,7 +51,9 @@ This integration does NOT allow for live viewing of your Ring camera within Home

## 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 between 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.3.0.

## Button

Expand Down Expand Up @@ -132,6 +136,10 @@ data = {
hass.services.call("downloader", "download_file", data)
```

## Event

The event entity captures events like doorbell rings, motion and intercom unlocking.

## 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.
Expand Down

0 comments on commit 51092da

Please sign in to comment.