Update mold_indicator.py (#11715)

This commit is contained in:
Åskar Andersson 2018-01-17 09:12:50 +01:00 committed by Daniel Høyer Iversen
parent abbc6a2587
commit 1f118c4b84

View file

@ -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'