Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.asuswrt.router Namespace Reference

Classes

class  AsusWrtDevInfo
 
class  AsusWrtRouter
 
class  AsusWrtSensorDataHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list CONF_REQ_RELOAD = [CONF_DNSMASQ, CONF_INTERFACE, CONF_REQUIRE_IP]
 
 SCAN_INTERVAL = timedelta(seconds=30)
 
string SENSORS_TYPE_COUNT = "sensors_count"
 

Detailed Description

Represent the AsusWrt router.

Variable Documentation

◆ _LOGGER

homeassistant.components.asuswrt.router._LOGGER = logging.getLogger(__name__)
private

Definition at line 50 of file router.py.

◆ CONF_REQ_RELOAD

list homeassistant.components.asuswrt.router.CONF_REQ_RELOAD = [CONF_DNSMASQ, CONF_INTERFACE, CONF_REQUIRE_IP]

Definition at line 44 of file router.py.

◆ SCAN_INTERVAL

homeassistant.components.asuswrt.router.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 46 of file router.py.

◆ SENSORS_TYPE_COUNT

string homeassistant.components.asuswrt.router.SENSORS_TYPE_COUNT = "sensors_count"

Definition at line 48 of file router.py.