mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 03:36:05 +01:00
4d93184197
When using whitespace in attributes the lookup of the state attribute fails because an entity with whitespace in its name cannot be found. Works: entity_id|state_attribute Does not work: entity_id | state_attribute Fixes #53804