forked from home-assistant/core
Fix historic attributes for input_datetime (#45208)
This commit is contained in:
@@ -71,6 +71,7 @@ IGNORE_DOMAINS = ("zone", "scene")
|
|||||||
NEED_ATTRIBUTE_DOMAINS = {
|
NEED_ATTRIBUTE_DOMAINS = {
|
||||||
"climate",
|
"climate",
|
||||||
"humidifier",
|
"humidifier",
|
||||||
|
"input_datetime",
|
||||||
"thermostat",
|
"thermostat",
|
||||||
"water_heater",
|
"water_heater",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user