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

Classes

class  AxisFlowHandler
 
class  AxisOptionsFlowHandler
 

Variables

dictionary AXIS_OUI = {"00:40:8c", "ac:cc:8e", "b8:a4:4f"}
 
int DEFAULT_PORT = 443
 
string DEFAULT_PROTOCOL = "https"
 
list PROTOCOL_CHOICES = ["https", "http"]
 

Detailed Description

Config flow to configure Axis devices.

Variable Documentation

◆ AXIS_OUI

dictionary homeassistant.components.axis.config_flow.AXIS_OUI = {"00:40:8c", "ac:cc:8e", "b8:a4:4f"}

Definition at line 49 of file config_flow.py.

◆ DEFAULT_PORT

int homeassistant.components.axis.config_flow.DEFAULT_PORT = 443

Definition at line 50 of file config_flow.py.

◆ DEFAULT_PROTOCOL

string homeassistant.components.axis.config_flow.DEFAULT_PROTOCOL = "https"

Definition at line 51 of file config_flow.py.

◆ PROTOCOL_CHOICES

list homeassistant.components.axis.config_flow.PROTOCOL_CHOICES = ["https", "http"]

Definition at line 52 of file config_flow.py.