Home Assistant Unofficial Reference 2024.12.1
type_security_systems.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit.type_security_systems.SecuritySystem
 

Namespaces

 homeassistant.components.homekit.type_security_systems
 

Variables

 homeassistant.components.homekit.type_security_systems._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.homekit.type_security_systems.HASS_TO_HOMEKIT_CURRENT
 
dictionary homeassistant.components.homekit.type_security_systems.HASS_TO_HOMEKIT_SERVICES
 
dictionary homeassistant.components.homekit.type_security_systems.HASS_TO_HOMEKIT_TARGET
 
int homeassistant.components.homekit.type_security_systems.HK_ALARM_AWAY_ARMED = 1
 
int homeassistant.components.homekit.type_security_systems.HK_ALARM_DISARMED = 3
 
int homeassistant.components.homekit.type_security_systems.HK_ALARM_NIGHT_ARMED = 2
 
int homeassistant.components.homekit.type_security_systems.HK_ALARM_STAY_ARMED = 0
 
int homeassistant.components.homekit.type_security_systems.HK_ALARM_TRIGGERED = 4
 
dictionary homeassistant.components.homekit.type_security_systems.HK_TO_SERVICE