Namespaces | |
| binary_sensor | |
| camera | |
| config_flow | |
| const | |
| diagnostics | |
| entity | |
| errors | |
| hub | |
| light | |
| switch | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, AxisConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AxisConfigEntry | |
Support for Axis devices.
| bool homeassistant.components.axis.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.axis.async_setup_entry | ( | HomeAssistant | hass, |
| AxisConfigEntry | config_entry | ||
| ) |
Set up the Axis integration.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.axis.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload Axis device config entry.
Definition at line 42 of file __init__.py.
|
private |
Definition at line 14 of file __init__.py.
| homeassistant.components.axis.AxisConfigEntry |
Definition at line 16 of file __init__.py.