Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | config_entry_update_listener (HomeAssistant hass, ConfigEntry entry) |
The threshold component.
| bool homeassistant.components.threshold.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Min/Max from a config entry.
Definition at line 11 of file __init__.py.
| bool homeassistant.components.threshold.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 35 of file __init__.py.
| None homeassistant.components.threshold.config_entry_update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update listener, called when the config entry options are changed.
Definition at line 29 of file __init__.py.