Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ring.sensor.RingSensor
 
class  homeassistant.components.ring.sensor.RingSensorEntityDescription
 

Namespaces

 homeassistant.components.ring.sensor
 

Functions

dict[str, Any]|None homeassistant.components.ring.sensor._get_last_event (list[dict[str, Any]] history_data, RingEventKind|None kind)
 
dict[str, Any]|None homeassistant.components.ring.sensor._get_last_event_attrs (list[dict[str, Any]] history_data, RingEventKind|None kind)
 
None homeassistant.components.ring.sensor.async_setup_entry (HomeAssistant hass, RingConfigEntry entry, AddEntitiesCallback async_add_entities)