Namespaces | |
| button | |
| config_flow | |
| const | |
| device_tracker | |
| entity | |
| errors | |
| router | |
| sensor | |
| switch | |
| update | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SCAN_INTERVAL = timedelta(seconds=30) | |
| SCAN_INTERVAL_FIRMWARE = timedelta(hours=5) | |
| SPEED_TEST_INTERVAL = timedelta(hours=2) | |
Support for Netgear routers.
| bool homeassistant.components.netgear.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a device from a config entry.
Definition at line 202 of file __init__.py.
| bool homeassistant.components.netgear.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Netgear component.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.netgear.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 164 of file __init__.py.
| None homeassistant.components.netgear.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle options update.
Definition at line 197 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
| homeassistant.components.netgear.SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 32 of file __init__.py.
| homeassistant.components.netgear.SCAN_INTERVAL_FIRMWARE = timedelta(hours=5) |
Definition at line 34 of file __init__.py.
| homeassistant.components.netgear.SPEED_TEST_INTERVAL = timedelta(hours=2) |
Definition at line 33 of file __init__.py.