From e575b49c9d595def72f7f908ba50525233b8c095 Mon Sep 17 00:00:00 2001 From: cosimomeli Date: Fri, 15 Mar 2024 15:33:51 +0100 Subject: [PATCH] Add documentation for Ring Intercom (#31274) --- source/_integrations/ring.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_integrations/ring.markdown b/source/_integrations/ring.markdown index 8bcd79fce2e..3a855f56024 100644 --- a/source/_integrations/ring.markdown +++ b/source/_integrations/ring.markdown @@ -3,6 +3,7 @@ title: Ring description: Instructions on how to integrate your Ring.com devices within Home Assistant. ha_category: - Binary sensor + - Button - Camera - Doorbell - Light @@ -15,6 +16,7 @@ ha_domain: ring ha_dhcp: true ha_platforms: - binary_sensor + - button - camera - diagnostics - 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: - [Binary sensor](#binary-sensor) +- [Button](#button) - [Camera](#camera) + - [Saving the videos captured by your Ring Door Bell](#saving-the-videos-captured-by-your-ring-door-bell) - [Sensor](#sensor) - [Switch](#switch) +- [Light](#light)

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. +## 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

@@ -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. -## 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`.