Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mold_indicator.sensor.MoldIndicator
 

Namespaces

 homeassistant.components.mold_indicator.sensor
 

Functions

None homeassistant.components.mold_indicator.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.mold_indicator.sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.mold_indicator.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mold_indicator.sensor.ATTR_CRITICAL_TEMP = "estimated_critical_temp"
 
string homeassistant.components.mold_indicator.sensor.ATTR_DEWPOINT = "dewpoint"
 
float homeassistant.components.mold_indicator.sensor.MAGNUS_K2 = 17.62
 
float homeassistant.components.mold_indicator.sensor.MAGNUS_K3 = 243.12
 
 homeassistant.components.mold_indicator.sensor.PLATFORM_SCHEMA