Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.keba.KebaHandler
 

Namespaces

 homeassistant.components.keba
 

Functions

bool homeassistant.components.keba.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.keba._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.keba._SERVICE_MAP
 
string homeassistant.components.keba.CONF_FS = "failsafe"
 
string homeassistant.components.keba.CONF_FS_FALLBACK = "failsafe_fallback"
 
string homeassistant.components.keba.CONF_FS_INTERVAL = "refresh_interval"
 
string homeassistant.components.keba.CONF_FS_PERSIST = "failsafe_persist"
 
string homeassistant.components.keba.CONF_FS_TIMEOUT = "failsafe_timeout"
 
string homeassistant.components.keba.CONF_RFID = "rfid"
 
 homeassistant.components.keba.CONFIG_SCHEMA
 
string homeassistant.components.keba.DOMAIN = "keba"
 
int homeassistant.components.keba.MAX_FAST_POLLING_COUNT = 4
 
int homeassistant.components.keba.MAX_POLLING_INTERVAL = 5
 
tuple homeassistant.components.keba.PLATFORMS = (Platform.BINARY_SENSOR, Platform.SENSOR, Platform.LOCK, Platform.NOTIFY)