Variables | |
| string | CONNECTED_PLC_DEVICES = "connected_plc_devices" |
| string | CONNECTED_TO_ROUTER = "connected_to_router" |
| string | CONNECTED_WIFI_CLIENTS = "connected_wifi_clients" |
| string | DOMAIN = "devolo_home_network" |
| FIRMWARE_UPDATE_INTERVAL = timedelta(hours=5) | |
| string | IDENTIFY = "identify" |
| string | IMAGE_GUEST_WIFI = "image_guest_wifi" |
| string | LAST_RESTART = "last_restart" |
| LONG_UPDATE_INTERVAL = timedelta(minutes=5) | |
| string | NEIGHBORING_WIFI_NETWORKS = "neighboring_wifi_networks" |
| string | PAIRING = "pairing" |
| string | PLC_RX_RATE = "plc_rx_rate" |
| string | PLC_TX_RATE = "plc_tx_rate" |
| string | PRODUCT = "product" |
| string | REGULAR_FIRMWARE = "regular_firmware" |
| string | RESTART = "restart" |
| string | SERIAL_NUMBER = "serial_number" |
| SHORT_UPDATE_INTERVAL = timedelta(seconds=15) | |
| string | START_WPS = "start_wps" |
| string | SWITCH_GUEST_WIFI = "switch_guest_wifi" |
| string | SWITCH_LEDS = "switch_leds" |
| string | TITLE = "title" |
| dictionary | WIFI_APTYPE |
| dictionary | WIFI_BANDS |
Constants for the devolo Home Network integration.
| string homeassistant.components.devolo_home_network.const.CONNECTED_PLC_DEVICES = "connected_plc_devices" |
| string homeassistant.components.devolo_home_network.const.CONNECTED_TO_ROUTER = "connected_to_router" |
| string homeassistant.components.devolo_home_network.const.CONNECTED_WIFI_CLIENTS = "connected_wifi_clients" |
| string homeassistant.components.devolo_home_network.const.DOMAIN = "devolo_home_network" |
| homeassistant.components.devolo_home_network.const.FIRMWARE_UPDATE_INTERVAL = timedelta(hours=5) |
| string homeassistant.components.devolo_home_network.const.IDENTIFY = "identify" |
| string homeassistant.components.devolo_home_network.const.IMAGE_GUEST_WIFI = "image_guest_wifi" |
| string homeassistant.components.devolo_home_network.const.LAST_RESTART = "last_restart" |
| homeassistant.components.devolo_home_network.const.LONG_UPDATE_INTERVAL = timedelta(minutes=5) |
| string homeassistant.components.devolo_home_network.const.NEIGHBORING_WIFI_NETWORKS = "neighboring_wifi_networks" |
| string homeassistant.components.devolo_home_network.const.PAIRING = "pairing" |
| string homeassistant.components.devolo_home_network.const.PLC_RX_RATE = "plc_rx_rate" |
| string homeassistant.components.devolo_home_network.const.PLC_TX_RATE = "plc_tx_rate" |
| string homeassistant.components.devolo_home_network.const.PRODUCT = "product" |
| string homeassistant.components.devolo_home_network.const.REGULAR_FIRMWARE = "regular_firmware" |
| string homeassistant.components.devolo_home_network.const.RESTART = "restart" |
| string homeassistant.components.devolo_home_network.const.SERIAL_NUMBER = "serial_number" |
| homeassistant.components.devolo_home_network.const.SHORT_UPDATE_INTERVAL = timedelta(seconds=15) |
| string homeassistant.components.devolo_home_network.const.START_WPS = "start_wps" |
| string homeassistant.components.devolo_home_network.const.SWITCH_GUEST_WIFI = "switch_guest_wifi" |
| string homeassistant.components.devolo_home_network.const.SWITCH_LEDS = "switch_leds" |
| string homeassistant.components.devolo_home_network.const.TITLE = "title" |
| dictionary homeassistant.components.devolo_home_network.const.WIFI_APTYPE |