Variables | |
| string | ATTR_MANUFACTURER = "Ubiquiti Networks" |
| string | BLOCK_SWITCH = "block" |
| string | CONF_ALLOW_BANDWIDTH_SENSORS = "allow_bandwidth_sensors" |
| string | CONF_ALLOW_UPTIME_SENSORS = "allow_uptime_sensors" |
| string | CONF_BLOCK_CLIENT = "block_client" |
| string | CONF_CLIENT_SOURCE = "client_source" |
| string | CONF_DETECTION_TIME = "detection_time" |
| string | CONF_DPI_RESTRICTIONS = "dpi_restrictions" |
| string | CONF_IGNORE_WIRED_BUG = "ignore_wired_bug" |
| string | CONF_SITE_ID = "site" |
| string | CONF_SSID_FILTER = "ssid_filter" |
| string | CONF_TRACK_CLIENTS = "track_clients" |
| string | CONF_TRACK_DEVICES = "track_devices" |
| string | CONF_TRACK_WIRED_CLIENTS = "track_wired_clients" |
| bool | DEFAULT_ALLOW_BANDWIDTH_SENSORS = False |
| bool | DEFAULT_ALLOW_UPTIME_SENSORS = False |
| int | DEFAULT_DETECTION_TIME = 300 |
| bool | DEFAULT_DPI_RESTRICTIONS = True |
| bool | DEFAULT_IGNORE_WIRED_BUG = False |
| bool | DEFAULT_TRACK_CLIENTS = True |
| bool | DEFAULT_TRACK_DEVICES = True |
| bool | DEFAULT_TRACK_WIRED_CLIENTS = True |
| dictionary | DEVICE_STATES |
| string | DOMAIN = "unifi" |
| string | DPI_SWITCH = "dpi" |
| LOGGER = logging.getLogger(__package__) | |
| string | OUTLET_SWITCH = "outlet" |
| list | PLATFORMS |
| string | UNIFI_WIRELESS_CLIENTS = "unifi_wireless_clients" |
Constants for the UniFi Network integration.
| string homeassistant.components.unifi.const.ATTR_MANUFACTURER = "Ubiquiti Networks" |
| string homeassistant.components.unifi.const.BLOCK_SWITCH = "block" |
| string homeassistant.components.unifi.const.CONF_ALLOW_BANDWIDTH_SENSORS = "allow_bandwidth_sensors" |
| string homeassistant.components.unifi.const.CONF_ALLOW_UPTIME_SENSORS = "allow_uptime_sensors" |
| string homeassistant.components.unifi.const.CONF_BLOCK_CLIENT = "block_client" |
| string homeassistant.components.unifi.const.CONF_CLIENT_SOURCE = "client_source" |
| string homeassistant.components.unifi.const.CONF_DETECTION_TIME = "detection_time" |
| string homeassistant.components.unifi.const.CONF_DPI_RESTRICTIONS = "dpi_restrictions" |
| string homeassistant.components.unifi.const.CONF_IGNORE_WIRED_BUG = "ignore_wired_bug" |
| string homeassistant.components.unifi.const.CONF_SITE_ID = "site" |
| string homeassistant.components.unifi.const.CONF_SSID_FILTER = "ssid_filter" |
| string homeassistant.components.unifi.const.CONF_TRACK_CLIENTS = "track_clients" |
| string homeassistant.components.unifi.const.CONF_TRACK_DEVICES = "track_devices" |
| string homeassistant.components.unifi.const.CONF_TRACK_WIRED_CLIENTS = "track_wired_clients" |
| bool homeassistant.components.unifi.const.DEFAULT_ALLOW_BANDWIDTH_SENSORS = False |
| bool homeassistant.components.unifi.const.DEFAULT_ALLOW_UPTIME_SENSORS = False |
| int homeassistant.components.unifi.const.DEFAULT_DETECTION_TIME = 300 |
| bool homeassistant.components.unifi.const.DEFAULT_DPI_RESTRICTIONS = True |
| bool homeassistant.components.unifi.const.DEFAULT_IGNORE_WIRED_BUG = False |
| bool homeassistant.components.unifi.const.DEFAULT_TRACK_CLIENTS = True |
| bool homeassistant.components.unifi.const.DEFAULT_TRACK_DEVICES = True |
| bool homeassistant.components.unifi.const.DEFAULT_TRACK_WIRED_CLIENTS = True |
| dictionary homeassistant.components.unifi.const.DEVICE_STATES |
| string homeassistant.components.unifi.const.DOMAIN = "unifi" |
| string homeassistant.components.unifi.const.DPI_SWITCH = "dpi" |
| homeassistant.components.unifi.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.unifi.const.OUTLET_SWITCH = "outlet" |
| list homeassistant.components.unifi.const.PLATFORMS |