diff --git a/homeassistant/components/sensor/mold_indicator.py b/homeassistant/components/sensor/mold_indicator.py index 2d233ec8c70..b47367cafc8 100644 --- a/homeassistant/components/sensor/mold_indicator.py +++ b/homeassistant/components/sensor/mold_indicator.py @@ -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'