Fix historic attributes for input_datetime (#45208)

This commit is contained in:
Philip Allgaier
2021-03-17 06:40:20 +01:00
committed by GitHub
parent 4306c8fbb4
commit 470b0b8b87

View File

@@ -71,6 +71,7 @@ IGNORE_DOMAINS = ("zone", "scene")
NEED_ATTRIBUTE_DOMAINS = {
"climate",
"humidifier",
"input_datetime",
"thermostat",
"water_heater",
}