Namespaces | |
| binary_sensor | |
| lock | |
| notify | |
| sensor | |
Classes | |
| class | KebaHandler |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | _SERVICE_MAP |
| string | CONF_FS = "failsafe" |
| string | CONF_FS_FALLBACK = "failsafe_fallback" |
| string | CONF_FS_INTERVAL = "refresh_interval" |
| string | CONF_FS_PERSIST = "failsafe_persist" |
| string | CONF_FS_TIMEOUT = "failsafe_timeout" |
| string | CONF_RFID = "rfid" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "keba" |
| int | MAX_FAST_POLLING_COUNT = 4 |
| int | MAX_POLLING_INTERVAL = 5 |
| tuple | PLATFORMS = (Platform.BINARY_SENSOR, Platform.SENSOR, Platform.LOCK, Platform.NOTIFY) |
Support for KEBA charging stations.
| bool homeassistant.components.keba.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Check connectivity and version of KEBA charging station.
Definition at line 59 of file __init__.py.
|
private |
Definition at line 15 of file __init__.py.
|
private |
Definition at line 47 of file __init__.py.
| string homeassistant.components.keba.CONF_FS = "failsafe" |
Definition at line 21 of file __init__.py.
| string homeassistant.components.keba.CONF_FS_FALLBACK = "failsafe_fallback" |
Definition at line 23 of file __init__.py.
| string homeassistant.components.keba.CONF_FS_INTERVAL = "refresh_interval" |
Definition at line 25 of file __init__.py.
| string homeassistant.components.keba.CONF_FS_PERSIST = "failsafe_persist" |
Definition at line 24 of file __init__.py.
| string homeassistant.components.keba.CONF_FS_TIMEOUT = "failsafe_timeout" |
Definition at line 22 of file __init__.py.
| string homeassistant.components.keba.CONF_RFID = "rfid" |
Definition at line 20 of file __init__.py.
| homeassistant.components.keba.CONFIG_SCHEMA |
Definition at line 30 of file __init__.py.
| string homeassistant.components.keba.DOMAIN = "keba" |
Definition at line 17 of file __init__.py.
| int homeassistant.components.keba.MAX_FAST_POLLING_COUNT = 4 |
Definition at line 28 of file __init__.py.
| int homeassistant.components.keba.MAX_POLLING_INTERVAL = 5 |
Definition at line 27 of file __init__.py.
| tuple homeassistant.components.keba.PLATFORMS = (Platform.BINARY_SENSOR, Platform.SENSOR, Platform.LOCK, Platform.NOTIFY) |
Definition at line 18 of file __init__.py.