Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 08 Jan 08:59

Happy new year! This is a long due new release of Magic Areas with a couple new (exciting!) features, a bunch of bugfixes and some code improvements.

tl;dr: BLE Tracker support, Meta-areas now track Magic Entities, Magic Areas now auto-reloads on entity/device area change and can ignore diagnostic entities. Area-Aware media player and Climate Groups fixed. One entity_id has changed, see below!

⚠️ The entity_id (and unique_id) for the "All Lights" entity for all Meta-Areas has changed as it was missing the translation_key that every other entity has in order to support translation. This was missed when I first implemented translation and will not be changed again.

🚀 Features

  • Ignore diagnostic and config entities @jseidl (#470)
  • Support BLE Trackers as source of presence @jseidl (#467)
  • Reload Magic Areas entry when entity registry is updated @jseidl (#422)
  • Set control switches to CONFIG entity_category @jseidl (#415)
  • Migration for meta areas to use magic entities only @jseidl (#458)
  • feat(translation): add french translation file @Julien-Decoen (#410)

🐛 Bug Fixes

  • Fix broken climate groups @jseidl (#469)
  • Add translation key to meta "All lights" group @jseidl (#408)
  • Fixing Area-Aware media player @jseidl (#460)
  • Added logic to handle state class TOTAL INCREASING @jseidl (#453)
  • Show correct icon for floor meta areas @jseidl (#452)
  • Fixing entity id resolution for area aware media player @jseidl (#414)

Other Changes