Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mold_indicator.const
 

Variables

string homeassistant.components.mold_indicator.const.CONF_CALIBRATION_FACTOR = "calibration_factor"
 
string homeassistant.components.mold_indicator.const.CONF_INDOOR_HUMIDITY = "indoor_humidity_sensor"
 
string homeassistant.components.mold_indicator.const.CONF_INDOOR_TEMP = "indoor_temp_sensor"
 
string homeassistant.components.mold_indicator.const.CONF_OUTDOOR_TEMP = "outdoor_temp_sensor"
 
string homeassistant.components.mold_indicator.const.DEFAULT_NAME = "Mold Indicator"
 
string homeassistant.components.mold_indicator.const.DOMAIN = "mold_indicator"