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"] |
Config flow to configure Axis devices.
| 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.
| int homeassistant.components.axis.config_flow.DEFAULT_PORT = 443 |
Definition at line 50 of file config_flow.py.
| string homeassistant.components.axis.config_flow.DEFAULT_PROTOCOL = "https" |
Definition at line 51 of file config_flow.py.
| list homeassistant.components.axis.config_flow.PROTOCOL_CHOICES = ["https", "http"] |
Definition at line 52 of file config_flow.py.