mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 10:05:59 +01:00
* change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * use get instead of direct keys for dict * change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * use get instead of direct keys for dict * changed get back to []