Skip to content

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 24 Feb 16:42

What's Changed

  • fix: wrong variable type for places_entity by @konewka17 in #40
  • note: the GUI config form might not show entity or places_entity anymore when the card was first set up prior to v1.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: []