Namespaces | |
| binary_sensor | |
| climate | |
| common | |
| config_flow | |
| const | |
| cover | |
| entity | |
| light | |
| lock | |
| scene | |
| sensor | |
| switch | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType base_config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| Platform|None | map_vera_device (veraApi.VeraDevice vera_device, list[int] remap) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| VERA_ID_LIST_SCHEMA = vol.Schema([int]) | |
Support for Vera devices.
|
private |
Handle options update.
Definition at line 164 of file __init__.py.
| bool homeassistant.components.vera.async_setup | ( | HomeAssistant | hass, |
| ConfigType | base_config | ||
| ) |
Set up for Vera controllers.
Definition at line 57 of file __init__.py.
| bool homeassistant.components.vera.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Do setup of vera.
Definition at line 75 of file __init__.py.
| bool homeassistant.components.vera.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload vera config entry.
Definition at line 150 of file __init__.py.
| Platform | None homeassistant.components.vera.map_vera_device | ( | veraApi.VeraDevice | vera_device, |
| list[int] | remap | ||
| ) |
Map vera classes to Home Assistant types.
Definition at line 169 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.
| homeassistant.components.vera.CONFIG_SCHEMA |
Definition at line 40 of file __init__.py.
| homeassistant.components.vera.VERA_ID_LIST_SCHEMA = vol.Schema([int]) |
Definition at line 38 of file __init__.py.