jseidl / hass-magic_areas

Areas with batteries included for Home Assistant
MIT License
275 stars 28 forks source link

Fixing entity id resolution for area aware media player #414

Closed jseidl closed 3 days ago

jseidl commented 2 months ago

Missing entity id renaming during the mass entity renaming move.

Closes #406.

jseidl commented 2 months ago

This PR is in draft as it hasn't been tested yet and there are not automated tests for media players yet.

jseidl commented 1 month ago

Tests for the basic stuff (sending a media_play and check if the corresponding media players are playing) is done.

Pondering if I should do a test for when the area is a on sleep since it's the same logic as when going the regular flow.

It's late, I'll decide tomorrow!