mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Add documentation for Ring Intercom (#31274)
This commit is contained in:
parent
ce3e36c8dc
commit
e575b49c9d
@ -3,6 +3,7 @@ title: Ring
|
|||||||
description: Instructions on how to integrate your Ring.com devices within Home Assistant.
|
description: Instructions on how to integrate your Ring.com devices within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary sensor
|
- Binary sensor
|
||||||
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Doorbell
|
- Doorbell
|
||||||
- Light
|
- Light
|
||||||
@ -15,6 +16,7 @@ ha_domain: ring
|
|||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- camera
|
- camera
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
@ -31,9 +33,12 @@ The Ring integration allows you to integrate your [Ring.com](https://ring.com/)
|
|||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- [Binary sensor](#binary-sensor)
|
- [Binary sensor](#binary-sensor)
|
||||||
|
- [Button](#button)
|
||||||
- [Camera](#camera)
|
- [Camera](#camera)
|
||||||
|
- [Saving the videos captured by your Ring Door Bell](#saving-the-videos-captured-by-your-ring-door-bell)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
|
- [Light](#light)
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
This integration does NOT allow for live viewing of your Ring camera within Home Assistant.
|
This integration does NOT allow for live viewing of your Ring camera within Home Assistant.
|
||||||
@ -45,6 +50,10 @@ This integration does NOT allow for live viewing of your Ring camera within Home
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Button
|
||||||
|
|
||||||
|
Once you have enabled the [Ring integration](/integrations/ring), you can start using the button platform. Currently, it supports intercom to open the door.
|
||||||
|
|
||||||
## Camera
|
## Camera
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
@ -53,7 +62,7 @@ Please note that downloading and playing Ring video will require a Ring Protect
|
|||||||
|
|
||||||
Once you have enabled the [Ring integration](/integrations/ring), you can start using the camera platform. Currently, it supports doorbell and stickup cameras.
|
Once you have enabled the [Ring integration](/integrations/ring), you can start using the camera platform. Currently, it supports doorbell and stickup cameras.
|
||||||
|
|
||||||
## Saving the videos captured by your Ring Door Bell
|
### Saving the videos captured by your Ring Door Bell
|
||||||
|
|
||||||
You can save locally the latest video captured by your Ring Door Bell using the [downloader](/integrations/downloader) along with either an [automation](/integrations/automation) or [python_script](/integrations/python_script). First, enable the [downloader](/integrations/downloader) integration in your configuration by adding the following to your `configuration.yaml`.
|
You can save locally the latest video captured by your Ring Door Bell using the [downloader](/integrations/downloader) along with either an [automation](/integrations/automation) or [python_script](/integrations/python_script). First, enable the [downloader](/integrations/downloader) integration in your configuration by adding the following to your `configuration.yaml`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user