Releases: AaronDavidSchneider/SonosAlarm
Group alarms with sonos integration
We now group the alarms with the sonos core integration. To achieve this goal we added some handling of room changes and deleted alarms.
Overall, this release therefore improves on the usability of the integration.
Thanks @rasmusbe and @christianschneider89 for your feedback and thoughts!
-> small bug fix for version 1.3.1 compare to 1.3 (sorry for the inconvenience)
Group alarms with sonos integration
We now group the alarms with the sonos core integration. To achieve this goal we added some handling of room changes and deleted alarms.
Overall, this release therefore improves on the usability of the integration.
Thanks @rasmusbe and @christianschneider89 for your feedback and thoughts!
minor bug fix: Add issue-tracker to manifest
small bug fix
This minor release fixes a bug from v1.2. that caused IO inside the event loop. Sorry for the inconvenience.
We are getting better!
Thank you for all your help in bringing up and reporting back issues!
This release now also includes async function calls as well as an improvement in error handling (thanks for your input @christianschneider89).
However, there have been a few changes during the last days, made possible by you!
- better Names -> thanks @rasmusbe!
- advanced use, using configuration.yaml -> thanks @Schmandre!
Fix for advanced-use
You can also use configuration.yaml configurations to specify your specific network requirements.
Here is an example configuration:
sonos_alarm:
switch:
hosts:
- 192.168.178.22
- 192.168.178.29
- 192.168.178.24
For more information see: https://www.home-assistant.io/integrations/sonos/#advanced-use
(same idea, just use sonos_alarm
and switch
instead of sonos
and media_player
)
Many thanks for bringing this up @Schmandre!!!
Better Names
Thanks to @rasmusbe for a better naming of the alarm entities.
version key
Now including the version key :D
is_today attribute
We now include an is_today attribute that tells the user if the alarm is scheduled for today
Version 1.0.8
Added danish translation. Thanks @DotNetCoderDk!