Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.axis.const
 

Variables

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