Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| device_tracker | |
| router | |
Functions | |
| def | async_add_defaults (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.DEVICE_TRACKER] |
The keenetic_ndms2 component.
| def homeassistant.components.keenetic_ndms2.async_add_defaults | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Populate default options.
Definition at line 104 of file __init__.py.
| bool homeassistant.components.keenetic_ndms2.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the component.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.keenetic_ndms2.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 51 of file __init__.py.
| None homeassistant.components.keenetic_ndms2.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 99 of file __init__.py.
|
private |
Definition at line 28 of file __init__.py.
| list homeassistant.components.keenetic_ndms2.PLATFORMS = [Platform.BINARY_SENSOR, Platform.DEVICE_TRACKER] |
Definition at line 27 of file __init__.py.