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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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