Classes | |
| class | TomatoDeviceScanner |
Functions | |
| TomatoDeviceScanner | get_scanner (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_HTTP_ID = "http_id" |
| PLATFORM_SCHEMA | |
Support for Tomato routers.
| TomatoDeviceScanner homeassistant.components.tomato.device_tracker.get_scanner | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Validate the configuration and returns a Tomato scanner.
Definition at line 47 of file device_tracker.py.
|
private |
Definition at line 32 of file device_tracker.py.
| string homeassistant.components.tomato.device_tracker.CONF_HTTP_ID = "http_id" |
Definition at line 30 of file device_tracker.py.
| homeassistant.components.tomato.device_tracker.PLATFORM_SCHEMA |
Definition at line 34 of file device_tracker.py.