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

Variables

string ATTR_MANUFACTURER = "Axis Communications AB"
 
string CONF_STREAM_PROFILE = "stream_profile"
 
string CONF_VIDEO_SOURCE = "video_source"
 
bool DEFAULT_EVENTS = True
 
string DEFAULT_STREAM_PROFILE = "No stream profile"
 
int DEFAULT_TRIGGER_TIME = 0
 
string DEFAULT_VIDEO_SOURCE = "No video source"
 
string DOMAIN = "axis"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.CAMERA, Platform.LIGHT, Platform.SWITCH]
 

Detailed Description

Constants for the Axis component.

Variable Documentation

◆ ATTR_MANUFACTURER

string homeassistant.components.axis.const.ATTR_MANUFACTURER = "Axis Communications AB"

Definition at line 11 of file const.py.

◆ CONF_STREAM_PROFILE

string homeassistant.components.axis.const.CONF_STREAM_PROFILE = "stream_profile"

Definition at line 13 of file const.py.

◆ CONF_VIDEO_SOURCE

string homeassistant.components.axis.const.CONF_VIDEO_SOURCE = "video_source"

Definition at line 14 of file const.py.

◆ DEFAULT_EVENTS

bool homeassistant.components.axis.const.DEFAULT_EVENTS = True

Definition at line 16 of file const.py.

◆ DEFAULT_STREAM_PROFILE

string homeassistant.components.axis.const.DEFAULT_STREAM_PROFILE = "No stream profile"

Definition at line 17 of file const.py.

◆ DEFAULT_TRIGGER_TIME

int homeassistant.components.axis.const.DEFAULT_TRIGGER_TIME = 0

Definition at line 18 of file const.py.

◆ DEFAULT_VIDEO_SOURCE

string homeassistant.components.axis.const.DEFAULT_VIDEO_SOURCE = "No video source"

Definition at line 19 of file const.py.

◆ DOMAIN

string homeassistant.components.axis.const.DOMAIN = "axis"

Definition at line 9 of file const.py.

◆ LOGGER

homeassistant.components.axis.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.

◆ PLATFORMS

list homeassistant.components.axis.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CAMERA, Platform.LIGHT, Platform.SWITCH]

Definition at line 21 of file const.py.