jcwillox / lovelace-canary

🐤 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!
MIT License
97 stars 4 forks source link

issue with secondary info for cover entity card #12

Closed wivaku closed 3 years ago

wivaku commented 3 years ago

Canary causes an issue with entity card secondary info for Hunter Douglas cover.
https://github.com/home-assistant/frontend/issues/8199

Is there a way to select the card's default secondary_info instead of the Canary one?

jcwillox commented 3 years ago

Yes check out the disabling extensions wiki page, this is actually a duplicate of #10. This is expected and intended as canary overrides the default behaviour of the secondary_info option, and I can't add exceptions for every custom card that uses the secondary info option, adding disable_canary: secondary_info to your cards config will disable canary.

wivaku commented 3 years ago

wonderful, thanks!

jcwillox commented 3 years ago

I've added position and the other new builtin secondary info to the exclusions list in 0.3.2 you should no longer need to use disable_canary: secondary_info. In hindsight, I probably should've called it canary_secondary_info to avoid clashes with internal and custom components 🤷