Classes | |
| class | HitronCODADeviceScanner |
Functions | |
| HitronCODADeviceScanner|None | get_scanner (HomeAssistant _hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DEFAULT_TYPE = "rogers" |
| Device = namedtuple("Device", ["mac", "name"]) | |
| PLATFORM_SCHEMA | |
Support for the Hitron CODA-4582U, provided by Rogers.
| HitronCODADeviceScanner | None homeassistant.components.hitron_coda.device_tracker.get_scanner | ( | HomeAssistant | _hass, |
| ConfigType | config | ||
| ) |
Validate the configuration and return a Hitron CODA-4582U scanner.
Definition at line 36 of file device_tracker.py.
|
private |
Definition at line 22 of file device_tracker.py.
| string homeassistant.components.hitron_coda.device_tracker.DEFAULT_TYPE = "rogers" |
Definition at line 24 of file device_tracker.py.
| homeassistant.components.hitron_coda.device_tracker.Device = namedtuple("Device", ["mac", "name"]) |
Definition at line 45 of file device_tracker.py.
| homeassistant.components.hitron_coda.device_tracker.PLATFORM_SCHEMA |
Definition at line 26 of file device_tracker.py.