Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ring.button Namespace Reference

Classes

class  RingDoorButton
 

Functions

None async_setup_entry (HomeAssistant hass, RingConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 BUTTON_DESCRIPTION
 

Detailed Description

Component providing support for Ring buttons.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ring.button.async_setup_entry ( HomeAssistant  hass,
RingConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Create the buttons for the Ring devices.

Definition at line 20 of file button.py.

Variable Documentation

◆ BUTTON_DESCRIPTION

homeassistant.components.ring.button.BUTTON_DESCRIPTION
Initial value:
2  key="open_door", translation_key="open_door"
3 )

Definition at line 15 of file button.py.