Home Assistant Unofficial Reference 2024.12.1
siren.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rfxtrx.siren.RfxtrxChime
 
class  homeassistant.components.rfxtrx.siren.RfxtrxOffDelayMixin
 
class  homeassistant.components.rfxtrx.siren.RfxtrxSecurityPanic
 

Namespaces

 homeassistant.components.rfxtrx.siren
 

Functions

None homeassistant.components.rfxtrx.siren.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
int homeassistant.components.rfxtrx.siren.get_first_key (dict[int, str] data, str entry)
 
bool homeassistant.components.rfxtrx.siren.supported (rfxtrxmod.RFXtrxEvent event)
 

Variables

dictionary homeassistant.components.rfxtrx.siren.SECURITY_PANIC_ALL = {SECURITY_PANIC_ON, SECURITY_PANIC_OFF}
 
string homeassistant.components.rfxtrx.siren.SECURITY_PANIC_OFF = "End Panic"
 
string homeassistant.components.rfxtrx.siren.SECURITY_PANIC_ON = "Panic"