core/homeassistant/components/universal
Felix 4d93184197
Strip attributes whitespace in universal media_player (#54451)
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
2021-08-11 12:17:12 +02:00
..
__init__.py
manifest.json
media_player.py Strip attributes whitespace in universal media_player (#54451) 2021-08-11 12:17:12 +02:00
services.yaml