Namespaces | |
| bridge | |
| config_flow | |
| const | |
| device_tracker | |
| diagnostics | |
| router | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AsusWrtConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AsusWrtConfigEntry entry) |
| None | update_listener (HomeAssistant hass, AsusWrtConfigEntry entry) |
Variables | |
| AsusWrtConfigEntry | |
| list | PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR] |
Support for ASUSWRT devices.
| bool homeassistant.components.asuswrt.async_setup_entry | ( | HomeAssistant | hass, |
| AsusWrtConfigEntry | entry | ||
| ) |
Set up AsusWrt platform.
Definition at line 14 of file __init__.py.
| bool homeassistant.components.asuswrt.async_unload_entry | ( | HomeAssistant | hass, |
| AsusWrtConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 37 of file __init__.py.
| None homeassistant.components.asuswrt.update_listener | ( | HomeAssistant | hass, |
| AsusWrtConfigEntry | entry | ||
| ) |
Update when config_entry options update.
Definition at line 46 of file __init__.py.
| homeassistant.components.asuswrt.AsusWrtConfigEntry |
Definition at line 11 of file __init__.py.
| list homeassistant.components.asuswrt.PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR] |
Definition at line 9 of file __init__.py.