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

Classes

class  OnOffState
 
class  RingLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SKIP_UPDATES_DELAY = timedelta(seconds=5)
 

Detailed Description

Component providing HA switch support for Ring Door Bell/Chimes.

Function Documentation

◆ async_setup_entry()

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

Definition at line 37 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file light.py.

◆ SKIP_UPDATES_DELAY

homeassistant.components.ring.light.SKIP_UPDATES_DELAY = timedelta(seconds=5)

Definition at line 27 of file light.py.