Skip to content

Releases: AaronDavidSchneider/SonosAlarm

Group alarms with sonos integration

21 Apr 18:50
d8fb277
Compare
Choose a tag to compare

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

21 Apr 14:01
d45447f
Compare
Choose a tag to compare

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

16 Apr 08:52
cbc4a63
Compare
Choose a tag to compare

small bug fix

15 Apr 16:10
ff40e97
Compare
Choose a tag to compare

This minor release fixes a bug from v1.2. that caused IO inside the event loop. Sorry for the inconvenience.

We are getting better!

15 Apr 09:54
91b5da6
Compare
Choose a tag to compare

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

15 Apr 09:28
e27d815
Compare
Choose a tag to compare

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

13 Apr 06:15
72cf0d2
Compare
Choose a tag to compare

Thanks to @rasmusbe for a better naming of the alarm entities.

version key

09 Mar 15:16
5811362
Compare
Choose a tag to compare

Now including the version key :D

is_today attribute

04 Mar 11:32
10599c4
Compare
Choose a tag to compare

We now include an is_today attribute that tells the user if the alarm is scheduled for today

Version 1.0.8

14 Oct 13:05
3667c54
Compare
Choose a tag to compare

Added danish translation. Thanks @DotNetCoderDk!