Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.keenetic_ndms2 Namespace Reference

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]
 

Detailed Description

The keenetic_ndms2 component.

Function Documentation

◆ async_add_defaults()

def homeassistant.components.keenetic_ndms2.async_add_defaults ( HomeAssistant  hass,
ConfigEntry  entry 
)
Populate default options.

Definition at line 104 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.keenetic_ndms2.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the component.

Definition at line 31 of file __init__.py.

◆ async_unload_entry()

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.

◆ update_listener()

None homeassistant.components.keenetic_ndms2.update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle options update.

Definition at line 99 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.keenetic_ndms2._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.keenetic_ndms2.PLATFORMS = [Platform.BINARY_SENSOR, Platform.DEVICE_TRACKER]

Definition at line 27 of file __init__.py.