v1.6.2
What's Changed
- fix: wrong variable type for
places_entityby @konewka17 in #40 - note: the GUI config form might not show
entityorplaces_entityanymore when the card was first set up prior tov1.6.0, because it now supports multiple users. See fix below.
Full Changelog: v1.6.1...v1.6.2
Thank you
It's been quite a few releases over the past days, I'm sorry for spamming your HA update center. Thank you for reporting issues, the card is evolving into a more mature card by the day!
Do you like this card and want to support its development? You can always contribute by reporting issues, submitting pull requests, or you can buy me a coffee!
--konewka17
Fix GUI editor
You can fix this by changing
entity: person.my_person
to
entity:
- person.my_person
You can replace entity: null or places_entity: null with entity: []