I’m trying to determine our wake up times for the upcoming heating season to sync the heating up in the morning with our wake up times. Therefore, I’m trying to sync our wake up alarm times to homeassistant.
For my iPhone it worked fine using a shortcut, for the android phone of my girlfriend I wanted to use the alarm sensor of the HA companion app. The sensor works fine, but besides the actual time of the alarm clock it also publishes the beginning and the end of the sleep mode as alarm. Meaning, I get three different alarm times every day. The sensor “Next Alarm” which I wanted to use has the following procedure every day. At first, it delivers the end of the sleep mode as the next alarm, when the sleep mode is disabled it delivers the actual alarm as the next alarm (if there is one set, on weekends for example there is none). And after that it gives me the time of enabling the sleep mode as alarm. Is this the indented behavior?
I’ve set the app to just publish alarm from the android.app.clockpackage (clock) in the allowed devices.
For sure you can work around this with some extra code in the automation, but on the weekend it gets quite complicated because there is not always an alarm. But its not really clean in my option.
Does somebody has an idea how to avoid that the beginning and the end of the sleep mode is published as “next alarm” and only the actual alarm time is published?