-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deal with room changes #24
Conversation
I would love to hear your feedback @rasmusbe and @christianschneider89! |
Works for me! Thanks! |
Looks good! Great job! |
One more question I noticed now when I trying it: Is it possible to set the entity id to |
Thanks for getting back!
Could you please test if that persists when you readd the integration? It sounds to me that this is due to the reworking of the devices.
The idea right now is that we use the alarm ids as only basis for the The entity id is therefore in fact only a composition of the self._id = alarm._alarm_id
_entity_id = slugify("sonos_alarm_{}".format(self._id)) TLDR: |
Did it work upon readding the itegration @rasmusbe? (see my comment above) |
I will try it tomorrow, unable to try it today unfortunately |
Re-adding did solve it, I made some changes in #25 to, in my opinion, improve the device info a bit. |
This issue is supposed to tackle the room current roomchange issue as outlined in #21.
To achieve this, I had to:
Closes #21