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] |
Constants for the Axis component.
| 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" |
| homeassistant.components.axis.const.LOGGER = logging.getLogger(__package__) |