Classes | |
| class | RfxtrxChime |
| class | RfxtrxOffDelayMixin |
| class | RfxtrxSecurityPanic |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| int | get_first_key (dict[int, str] data, str entry) |
| bool | supported (rfxtrxmod.RFXtrxEvent event) |
Variables | |
| dictionary | SECURITY_PANIC_ALL = {SECURITY_PANIC_ON, SECURITY_PANIC_OFF} |
| string | SECURITY_PANIC_OFF = "End Panic" |
| string | SECURITY_PANIC_ON = "Panic" |
Support for RFXtrx sirens.
| 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 | ) |
| dictionary homeassistant.components.rfxtrx.siren.SECURITY_PANIC_ALL = {SECURITY_PANIC_ON, SECURITY_PANIC_OFF} |
| string homeassistant.components.rfxtrx.siren.SECURITY_PANIC_OFF = "End Panic" |