Update mold_indicator.py (#11715)
This commit is contained in:
parent
abbc6a2587
commit
1f118c4b84
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue