Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.linksys_smart.device_tracker Namespace Reference

Classes

class  LinksysSmartWifiDeviceScanner
 

Functions

LinksysSmartWifiDeviceScanner|None get_scanner (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int DEFAULT_TIMEOUT = 10
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for Linksys Smart Wifi routers.

Function Documentation

◆ get_scanner()

LinksysSmartWifiDeviceScanner | None homeassistant.components.linksys_smart.device_tracker.get_scanner ( HomeAssistant  hass,
ConfigType   config 
)
Validate the configuration and return a Linksys AP scanner.

Definition at line 30 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.linksys_smart.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file device_tracker.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.linksys_smart.device_tracker.DEFAULT_TIMEOUT = 10

Definition at line 21 of file device_tracker.py.

◆ PLATFORM_SCHEMA

homeassistant.components.linksys_smart.device_tracker.PLATFORM_SCHEMA
Initial value:
1 = DEVICE_TRACKER_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_HOST): cv.string}
3 )

Definition at line 25 of file device_tracker.py.