I have been using this blueprint for a while successfully (knowing that I have to touch and hold the notification for the option/confirmation to be displayed.
Just tried it today and when I touch and hold, nothing happens (screen just gets blurry behind the message.
I am running
Home Assistant 2023.10.5
Supervisor 2023.10.0
Operating System 11.0
Also running IOS 17.0.3. (I don’t think I have tried to use this since updating to IOS 17, but also updated HA core just today.
I also found something else out. looking at the automation trace, it is showing that it continues to run and when calling the blueprint is waiting for a response - which I can’t give because the response screen isn’t coming up.
ALSO
Looking at the yaml code under blueprints, I see a concerning message on line 14:
integration: mobile_app.
There is a message next to this line in red that says:
String does not match the pattern of “DEPRECATED^”
and if you click on the red message, you can expand to get a description of the error:
String does not match the pattern of “DEPRECATED^”.yaml-schema: http://schemas.home-assistant.io/blueprint-script
I am assuming that something in one of the latest core updates has depreciated this call and it is no longer working.
I have been using this blueprint for a while successfully (knowing that I have to touch and hold the notification for the option/confirmation to be displayed.
Just tried it today and when I touch and hold, nothing happens (screen just gets blurry behind the message.
I am running
Home Assistant 2023.10.5
Supervisor 2023.10.0
Operating System 11.0
Also running IOS 17.0.3. (I don’t think I have tried to use this since updating to IOS 17, but also updated HA core just today.
I also found something else out. looking at the automation trace, it is showing that it continues to run and when calling the blueprint is waiting for a response - which I can’t give because the response screen isn’t coming up.
ALSO
Looking at the yaml code under blueprints, I see a concerning message on line 14:
integration: mobile_app.
There is a message next to this line in red that says:
String does not match the pattern of “DEPRECATED^”
and if you click on the red message, you can expand to get a description of the error:
String does not match the pattern of “DEPRECATED^”.yaml-schema: http://schemas.home-assistant.io/blueprint-script
I am assuming that something in one of the latest core updates has depreciated this call and it is no longer working.