Can you pls let me know which version of iOS you’re on?
This reddit post describes something similar (notifications stop working, but for a completely different app). I’m on iOS17
Can you pls let me know which version of iOS you’re on?
This reddit post describes something similar (notifications stop working, but for a completely different app). I’m on iOS17
I’m on 17.7, the latest
Thanks for your feedback. I’m glad to report I did find the cause for iOS not waking with Home Assistant notifications.
Sharing the cause and solution:
condition:
- alias: Debounce timer (prevent notifications within 180s)
condition: template
value_template: >-
{{ (as_timestamp(now()) -
as_timestamp(state_attr('automation.kitchen_tablet_display', 'last_triggered') |
default(0)) | int > 180)}}
Could you provide me with a step-by-step guide on how to activate my iPad with a motion sensor? I’m using the current iPadOS 17.x. As mentioned above, I have taken over the automation. What else do I need to set up on my iPad?
I have this working with sending a message to my iPad air 2 IOS 15.8.3.
When my kitchen sensor is triggered I see the message in the screen but I still need to press the home button on the iPad to open the screen fully.
Any idea how to avoid pressing the home button to get the screen fully open?
Thanks.