Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.axis Namespace Reference

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
 

Detailed Description

Support for Axis devices.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.axis.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Migrate old entry.

Definition at line 47 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.axis._LOGGER = logging.getLogger(__name__)
private

Definition at line 14 of file __init__.py.

◆ AxisConfigEntry

homeassistant.components.axis.AxisConfigEntry

Definition at line 16 of file __init__.py.