thomasloven / lovelace-state-switch

🔹Dynamically replace lovelace cards depending on occasion
MIT License
382 stars 27 forks source link

Auto-Entities Card does not work within State-Switch #59

Closed heffneil closed 2 years ago

heffneil commented 2 years ago

If you are using the hash option and one of the hash options contains a card with the type auto-entities the list if rendered as empty. Even with minimal filter options, it fails to render. In the example below p2 is rendered as an empty set despite working properly (rendering all switches and lights listed) as its own card in the same interface.

type: custom:state-switch entity: hash default: p1 states: p1: type: vertical-stack cards:

thomasloven commented 2 years ago

Duplicate of #51