I want to use that URL in an automation and am testing by simply forwarding it as a message. I realise I’m getting the formatting of the URL wrong and wondered if anyone has any pointers. There’s not a lot of documentation or importantly examples of this type of sensor.
Below is what I’ve blindly guessed by reading other similar scripts :
alias: ytnotification
description: ‘’
trigger:
entity_id: sensor.ytchannel
platform: state
condition: []
action:
Thanks, that format worked, you’re a star!. HA syntax is such headache, I’ve been using it for 3 weeks and still havent got my head around it and often cheat a little by buillding partly using the automation builder.