mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
fixed not to include spaces or dots in attribute names (#11694)
mold_indicator should be fixed not to include spaces or dots in attribute names https://community.home-assistant.io/t/how-to-show-sensor-attribute-est-crit-temp-in-customize-template-and-extra-badge/39451
This commit is contained in:
parent
632525f4d0
commit
dce079e711
@ -19,7 +19,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ATTR_CRITICAL_TEMP = 'Est. Crit. Temp'
|
||||
ATTR_CRITICAL_TEMP = 'EstimatedCriticalTemp'
|
||||
ATTR_DEWPOINT = 'Dewpoint'
|
||||
|
||||
CONF_CALIBRATION_FACTOR = 'calibration_factor'
|
||||
|
Loading…
x
Reference in New Issue
Block a user