mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix historic attributes for input_datetime (#45208)
This commit is contained in:
parent
4306c8fbb4
commit
470b0b8b87
@ -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",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user