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

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]
 

Detailed Description

Calculates mold growth indication from temperature and humidity.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.

◆ update_listener()

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

Definition at line 24 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.mold_indicator.PLATFORMS = [Platform.SENSOR]

Definition at line 7 of file __init__.py.