mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Update mold_indicator.py (#11715)
This commit is contained in:
parent
abbc6a2587
commit
1f118c4b84
@ -19,8 +19,8 @@ import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ATTR_CRITICAL_TEMP = 'EstimatedCriticalTemp'
|
||||
ATTR_DEWPOINT = 'Dewpoint'
|
||||
ATTR_CRITICAL_TEMP = 'estimated_critical_temp'
|
||||
ATTR_DEWPOINT = 'dewpoint'
|
||||
|
||||
CONF_CALIBRATION_FACTOR = 'calibration_factor'
|
||||
CONF_INDOOR_HUMIDITY = 'indoor_humidity_sensor'
|
||||
|
Loading…
x
Reference in New Issue
Block a user