Classes | |
| class | NamConfig |
| class | NAMFlowHandler |
Functions | |
| None | async_check_credentials (HomeAssistant hass, str host, dict[str, Any] data) |
| NamConfig | async_get_config (HomeAssistant hass, str host) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AUTH_SCHEMA | |
Adds config flow for Nettigo Air Monitor.
| None homeassistant.components.nam.config_flow.async_check_credentials | ( | HomeAssistant | hass, |
| str | host, | ||
| dict[str, Any] | data | ||
| ) |
Check if credentials are valid.
Definition at line 57 of file config_flow.py.
| NamConfig homeassistant.components.nam.config_flow.async_get_config | ( | HomeAssistant | hass, |
| str | host | ||
| ) |
Get device MAC address and auth_enabled property.
Definition at line 45 of file config_flow.py.
|
private |
Definition at line 38 of file config_flow.py.
| homeassistant.components.nam.config_flow.AUTH_SCHEMA |
Definition at line 40 of file config_flow.py.