Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
Calculates mold growth indication from temperature and humidity.
| bool homeassistant.components.mold_indicator.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Mold indicator from a config entry.
Definition at line 10 of file __init__.py.
| bool homeassistant.components.mold_indicator.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Mold indicator config entry.
Definition at line 19 of file __init__.py.
| None homeassistant.components.mold_indicator.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 24 of file __init__.py.
| list homeassistant.components.mold_indicator.PLATFORMS = [Platform.SENSOR] |
Definition at line 7 of file __init__.py.