Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| camera | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| lock | |
| sensor | |
| switch | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | migrate_cookie_files (HomeAssistant hass, ConfigEntry entry) |
| def | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS |
Support for Verisure devices.
| bool homeassistant.components.verisure.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old entry.
Definition at line 89 of file __init__.py.
| bool homeassistant.components.verisure.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Verisure from a config entry.
Definition at line 30 of file __init__.py.
| bool homeassistant.components.verisure.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Verisure config entry.
Definition at line 62 of file __init__.py.
| None homeassistant.components.verisure.migrate_cookie_files | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old cookie file to new location.
Definition at line 80 of file __init__.py.
| def homeassistant.components.verisure.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 55 of file __init__.py.
| list homeassistant.components.verisure.PLATFORMS |
Definition at line 20 of file __init__.py.