Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.devolo_home_network.const Namespace Reference

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
 

Detailed Description

Constants for the devolo Home Network integration.

Variable Documentation

◆ CONNECTED_PLC_DEVICES

string homeassistant.components.devolo_home_network.const.CONNECTED_PLC_DEVICES = "connected_plc_devices"

Definition at line 21 of file const.py.

◆ CONNECTED_TO_ROUTER

string homeassistant.components.devolo_home_network.const.CONNECTED_TO_ROUTER = "connected_to_router"

Definition at line 22 of file const.py.

◆ CONNECTED_WIFI_CLIENTS

string homeassistant.components.devolo_home_network.const.CONNECTED_WIFI_CLIENTS = "connected_wifi_clients"

Definition at line 23 of file const.py.

◆ DOMAIN

string homeassistant.components.devolo_home_network.const.DOMAIN = "devolo_home_network"

Definition at line 12 of file const.py.

◆ FIRMWARE_UPDATE_INTERVAL

homeassistant.components.devolo_home_network.const.FIRMWARE_UPDATE_INTERVAL = timedelta(hours=5)

Definition at line 17 of file const.py.

◆ IDENTIFY

string homeassistant.components.devolo_home_network.const.IDENTIFY = "identify"

Definition at line 24 of file const.py.

◆ IMAGE_GUEST_WIFI

string homeassistant.components.devolo_home_network.const.IMAGE_GUEST_WIFI = "image_guest_wifi"

Definition at line 25 of file const.py.

◆ LAST_RESTART

string homeassistant.components.devolo_home_network.const.LAST_RESTART = "last_restart"

Definition at line 26 of file const.py.

◆ LONG_UPDATE_INTERVAL

homeassistant.components.devolo_home_network.const.LONG_UPDATE_INTERVAL = timedelta(minutes=5)

Definition at line 18 of file const.py.

◆ NEIGHBORING_WIFI_NETWORKS

string homeassistant.components.devolo_home_network.const.NEIGHBORING_WIFI_NETWORKS = "neighboring_wifi_networks"

Definition at line 27 of file const.py.

◆ PAIRING

string homeassistant.components.devolo_home_network.const.PAIRING = "pairing"

Definition at line 28 of file const.py.

◆ PLC_RX_RATE

string homeassistant.components.devolo_home_network.const.PLC_RX_RATE = "plc_rx_rate"

Definition at line 29 of file const.py.

◆ PLC_TX_RATE

string homeassistant.components.devolo_home_network.const.PLC_TX_RATE = "plc_tx_rate"

Definition at line 30 of file const.py.

◆ PRODUCT

string homeassistant.components.devolo_home_network.const.PRODUCT = "product"

Definition at line 13 of file const.py.

◆ REGULAR_FIRMWARE

string homeassistant.components.devolo_home_network.const.REGULAR_FIRMWARE = "regular_firmware"

Definition at line 31 of file const.py.

◆ RESTART

string homeassistant.components.devolo_home_network.const.RESTART = "restart"

Definition at line 32 of file const.py.

◆ SERIAL_NUMBER

string homeassistant.components.devolo_home_network.const.SERIAL_NUMBER = "serial_number"

Definition at line 14 of file const.py.

◆ SHORT_UPDATE_INTERVAL

homeassistant.components.devolo_home_network.const.SHORT_UPDATE_INTERVAL = timedelta(seconds=15)

Definition at line 19 of file const.py.

◆ START_WPS

string homeassistant.components.devolo_home_network.const.START_WPS = "start_wps"

Definition at line 33 of file const.py.

◆ SWITCH_GUEST_WIFI

string homeassistant.components.devolo_home_network.const.SWITCH_GUEST_WIFI = "switch_guest_wifi"

Definition at line 34 of file const.py.

◆ SWITCH_LEDS

string homeassistant.components.devolo_home_network.const.SWITCH_LEDS = "switch_leds"

Definition at line 35 of file const.py.

◆ TITLE

string homeassistant.components.devolo_home_network.const.TITLE = "title"

Definition at line 15 of file const.py.

◆ WIFI_APTYPE

dictionary homeassistant.components.devolo_home_network.const.WIFI_APTYPE
Initial value:
1 = {
2  WIFI_VAP_MAIN_AP: "Main",
3  WIFI_VAP_GUEST_AP: "Guest",
4 }

Definition at line 37 of file const.py.

◆ WIFI_BANDS

dictionary homeassistant.components.devolo_home_network.const.WIFI_BANDS
Initial value:
1 = {
2  WIFI_BAND_2G: 2.4,
3  WIFI_BAND_5G: 5,
4 }

Definition at line 41 of file const.py.