Hello,
I’m have created so my automations changes a helper to a specific string. Then they should run this script.
device_id: 37263affbe8af8f3338ac49acdba642e
domain: mobile_app
type: notify
message: "{% set text = states('input_text.iphonenotistext') | int %} {{(text) | int }}"
However I’m doing something wrong with the messages as it don’t want to sent out and says there’s an template error.
Im doing all of this as sometimes when I re-add my phone to home assistance, it messes with my automations so they stop sending out notifications to my phone and I have to re-add the phone in every one of them. So I would like to streamline the experience and only have to update 1 script instead.
Kind regard Julian