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

Classes

class  RingSiren
 
class  RingSirenEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Component providing HA Siren support for Ring Chimes.

Function Documentation

◆ async_setup_entry()

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

Definition at line 81 of file siren.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ring.siren._LOGGER = logging.getLogger(__name__)
private

Definition at line 37 of file siren.py.