Wait-until node passing in states {{here}}

I’m trying to switch a light off if it’s ON for more than 10 seconds OR reset if it gets turned on BEFORE the timeout.

This works perfectly if I hard code the entity id but if I use {{topic}} it doesn’t work. I don’t want to hard code as I would like to have this be used for all my switches.

Did you find a solution on this?

I did not :frowning:

I managed now using flow variable.

So I used a change node to take the topic and save it in flow.phone, then using {{ flow.phone }} in Entity ID worked.

Any chance you could share the code and screenshot(s)? Thanks!

Sure, I can do that tomorrow.
It’s very late now and I’m already in bed

This is the flow.

[{"id":"94bc1df0.962d9","type":"tab","label":"Chromecast","disabled":false,"info":""},{"id":"21318654.e2391a","type":"trigger-state","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"media_player.chromecast_vardagsrum","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":488,"y":146,"wires":[["f477737f.5411"],["f477737f.5411"]]},{"id":"f477737f.5411","type":"api-current-state","z":"94bc1df0.962d9","name":"Paused?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"paused","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"media_player.chromecast_vardagsrum","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":788,"y":146,"wires":[["449e78d4.0a53d8"],[]]},{"id":"70c4c614.633208","type":"function","z":"94bc1df0.962d9","name":"Payload = rewind 20 seconds","func":"msg.pos = Math.max(parseFloat(msg.data.attributes.media_position-20), 0);\n\nmsg.payload = {\n    data:{\n        \"entity_id\": \"media_player.chromecast_vardagsrum\",\n        \"seek_position\": msg.pos,\n    }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1240,"y":140,"wires":[["b07c26bf.0bd798","7d8629cf.bf1a48"]]},{"id":"b07c26bf.0bd798","type":"ha-wait-until","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","outputs":2,"entityId":"media_player.chromecast_vardagsrum","entityIdFilterType":"exact","property":"state","comparator":"is_not","value":"paused","valueType":"str","timeout":"4","timeoutType":"num","timeoutUnits":"minutes","entityLocation":"","entityLocationType":"none","checkCurrentState":true,"blockInputOverrides":true,"x":1720,"y":140,"wires":[["84852e49.b1f91"],["b6bc9f8f.37882"]]},{"id":"a824d3f4.b8e8b","type":"api-call-service","z":"94bc1df0.962d9","name":"rew","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_seek","entityId":"media_player.chromecast_vardagsrum","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2190,"y":140,"wires":[["8407d36e.95e2"]]},{"id":"73d459f6.5e5a38","type":"api-call-service","z":"94bc1df0.962d9","name":"play","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_play","entityId":"","data":"{\"entity_id\":\"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2690,"y":140,"wires":[["feba9f5a.f1009"]]},{"id":"9dee33b1.46c11","type":"api-call-service","z":"94bc1df0.962d9","name":"pause","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_pause","entityId":"media_player.chromecast_vardagsrum","data":"{\"entity_id\": \"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2990,"y":140,"wires":[["a5c1a018.5beed"]]},{"id":"449e78d4.0a53d8","type":"trigger","z":"94bc1df0.962d9","name":"","op1":"","op2":"0","op1type":"pay","op2type":"str","duration":"0","extend":false,"units":"ms","reset":"reset","bytopic":"all","topic":"topic","outputs":1,"x":1000,"y":140,"wires":[["70c4c614.633208","31203888.e182f8","d7d354c9.7bca78"]]},{"id":"c13ebb34.3eba98","type":"function","z":"94bc1df0.962d9","name":"Payload = reset","func":"msg.payload = \"reset\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":780,"y":240,"wires":[["449e78d4.0a53d8","219f7aa4.e97486","2604728.2c7e38e"]]},{"id":"fda46a2d.fa0c38","type":"function","z":"94bc1df0.962d9","name":"Payload = rewind 2 second","func":"msg.pos = parseFloat(msg.data.attributes.media_position-2);\nmsg.payload = {\n    data:{\n        \"entity_id\": \"media_player.chromecast_vardagsrum\",\n        \"seek_position\": msg.pos,\n    }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":3540,"y":140,"wires":[["d0cced4c.3b05b"]]},{"id":"659bbfe5.21d11","type":"api-current-state","z":"94bc1df0.962d9","name":"Paused?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"paused","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"media_player.chromecast_vardagsrum","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":3295,"y":140,"wires":[["fda46a2d.fa0c38"],["f5e89eb8.9b068"]]},{"id":"53a2715e.bdefb","type":"inject","z":"94bc1df0.962d9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":580,"y":280,"wires":[["c13ebb34.3eba98"]]},{"id":"8407d36e.95e2","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2340,"y":140,"wires":[["b064a90f.beac48"]]},{"id":"feba9f5a.f1009","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2840,"y":140,"wires":[["9dee33b1.46c11"]]},{"id":"a5c1a018.5beed","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3143,"y":140,"wires":[["659bbfe5.21d11"]]},{"id":"b064a90f.beac48","type":"function","z":"94bc1df0.962d9","name":"msg.payload = {};","func":"msg.payload = {};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":2510,"y":140,"wires":[["73d459f6.5e5a38"]]},{"id":"f5e89eb8.9b068","type":"link out","z":"94bc1df0.962d9","name":"Release trigger node","links":["2b2f450d.8a73ba"],"x":3425,"y":180,"wires":[]},{"id":"2b2f450d.8a73ba","type":"link in","z":"94bc1df0.962d9","name":"","links":["f5e89eb8.9b068","d34eb474.5f9d88"],"x":615,"y":220,"wires":[["c13ebb34.3eba98"]]},{"id":"d34eb474.5f9d88","type":"link out","z":"94bc1df0.962d9","name":"Release trigger node","links":["2b2f450d.8a73ba"],"x":2155,"y":80,"wires":[]},{"id":"219f7aa4.e97486","type":"api-call-service","z":"94bc1df0.962d9","name":"Volume 1","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"volume_set","entityId":"media_player.chromecast_vardagsrum","data":"{\"volume_level\":1}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":980,"y":240,"wires":[[]]},{"id":"31203888.e182f8","type":"api-call-service","z":"94bc1df0.962d9","name":"Volume 0.5","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"volume_set","entityId":"media_player.chromecast_vardagsrum","data":"{\"volume_level\":0.5}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1170,"y":40,"wires":[[]]},{"id":"47975f5e.017b2","type":"inject","z":"94bc1df0.962d9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1000,"y":40,"wires":[["31203888.e182f8"]]},{"id":"9b0e9110.ec516","type":"debug","z":"94bc1df0.962d9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":630,"y":20,"wires":[]},{"id":"2c5bb084.41dfb","type":"trigger-state","z":"94bc1df0.962d9","name":"Andreas","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.andreas_phone_state","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":60,"y":100,"wires":[["e6e436df.70c088"],[]]},{"id":"43b5802.a9ea28","type":"api-call-service","z":"94bc1df0.962d9","name":"pause","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_pause","entityId":"media_player.chromecast_vardagsrum","data":"{\"entity_id\": \"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":810,"y":80,"wires":[["449e78d4.0a53d8"]]},{"id":"e6e436df.70c088","type":"switch","z":"94bc1df0.962d9","name":"","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":210,"y":100,"wires":[["b5849cbd.9f008"]]},{"id":"b5849cbd.9f008","type":"api-current-state","z":"94bc1df0.962d9","name":"Andreas home","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"HellBrant.*","halt_if_type":"re","halt_if_compare":"is","override_topic":false,"entity_id":"sensor.wifi_connection","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":360,"y":100,"wires":[["d028c90.be62c38"],[]]},{"id":"2a0b2acd.322976","type":"trigger-state","z":"94bc1df0.962d9","name":"Petra","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.petra_phone_state","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":50,"y":40,"wires":[["3b551083.553c2"],[]]},{"id":"3b551083.553c2","type":"switch","z":"94bc1df0.962d9","name":"","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":210,"y":40,"wires":[["eb8939f5.c28cf8"]]},{"id":"eb8939f5.c28cf8","type":"api-current-state","z":"94bc1df0.962d9","name":"Petra home?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"HellBrant.*","halt_if_type":"re","halt_if_compare":"is","override_topic":false,"entity_id":"sensor.petra_wifi_connection","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":350,"y":40,"wires":[["d028c90.be62c38"],[]]},{"id":"d028c90.be62c38","type":"change","z":"94bc1df0.962d9","name":"","rules":[{"t":"set","p":"phone","pt":"flow","to":"topic","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":640,"y":80,"wires":[["43b5802.a9ea28"]]},{"id":"3f6aa715.d896a8","type":"ha-wait-until","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","outputs":2,"entityId":"{{flow.phone}}","entityIdFilterType":"exact","property":"state","comparator":"is","value":"idle","valueType":"str","timeout":"4","timeoutType":"num","timeoutUnits":"minutes","entityLocation":"","entityLocationType":"none","checkCurrentState":true,"blockInputOverrides":true,"x":1720,"y":80,"wires":[["84852e49.b1f91","92abd326.2c86a"],["b6bc9f8f.37882"]]},{"id":"e0c691be.3113","type":"debug","z":"94bc1df0.962d9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1910,"y":260,"wires":[]},{"id":"84852e49.b1f91","type":"change","z":"94bc1df0.962d9","name":"set flow.paused false","rules":[{"t":"set","p":"paused","pt":"flow","to":"false","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2000,"y":80,"wires":[["d34eb474.5f9d88"]]},{"id":"b6bc9f8f.37882","type":"switch","z":"94bc1df0.962d9","name":"","property":"paused","propertyType":"flow","rules":[{"t":"eq","v":"true","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1890,"y":140,"wires":[["65220585.21f0cc"]]},{"id":"d7d354c9.7bca78","type":"change","z":"94bc1df0.962d9","name":"set flow.paused true","rules":[{"t":"set","p":"paused","pt":"flow","to":"true","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1260,"y":100,"wires":[[]]},{"id":"65220585.21f0cc","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"10","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":2040,"y":140,"wires":[["a824d3f4.b8e8b"]]},{"id":"2604728.2c7e38e","type":"change","z":"94bc1df0.962d9","name":"","rules":[{"t":"set","p":"phone","pt":"flow","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":980,"y":300,"wires":[[]]},{"id":"7d8629cf.bf1a48","type":"switch","z":"94bc1df0.962d9","name":"","property":"phone","propertyType":"flow","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":1590,"y":80,"wires":[["3f6aa715.d896a8"]]},{"id":"d04472d9.8de39","type":"link in","z":"94bc1df0.962d9","name":"","links":["d0cced4c.3b05b"],"x":1495,"y":120,"wires":[["7d8629cf.bf1a48","b07c26bf.0bd798"]]},{"id":"d0cced4c.3b05b","type":"link out","z":"94bc1df0.962d9","name":"","links":["d04472d9.8de39"],"x":3695,"y":140,"wires":[]},{"id":"aafa2c40.96257","type":"api-call-service","z":"94bc1df0.962d9","name":"play","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_play","entityId":"","data":"{\"entity_id\":\"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2130,"y":20,"wires":[[]]},{"id":"92abd326.2c86a","type":"function","z":"94bc1df0.962d9","name":"msg.payload = {};","func":"msg.payload = {};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1950,"y":20,"wires":[["aafa2c40.96257"]]},{"id":"4bbca37b.1700ec","type":"server","z":"","name":"Home Assistant","addon":true}]

The flow variable is set at the start (ish) where I have a change node saying “set flow.phone”.
Then I use the variable where there is two wait until nodes, and the one that is interesting is the upper one.

In my flow I have to remove the flow.phone or it will be alive the next time also, I do that at the end of the sequence which is below where flow.phone is set.

Wow great stuff! Thanks for sharing this.

No problem.
If you are using it, I added a actionable notification to the phone that is responsible for the “pause” which can trigger the chromecast to play instead of automatically playing.
If you want it then I can post that too.

Sure! Many thanks for passing all of this along.

This is the flow.

[{"id":"94bc1df0.962d9","type":"tab","label":"Chromecast","disabled":false,"info":""},{"id":"21318654.e2391a","type":"trigger-state","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"media_player.chromecast_vardagsrum","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":488,"y":146,"wires":[["f477737f.5411"],["f477737f.5411"]]},{"id":"f477737f.5411","type":"api-current-state","z":"94bc1df0.962d9","name":"Paused?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"paused","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"media_player.chromecast_vardagsrum","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":788,"y":146,"wires":[["449e78d4.0a53d8"],[]]},{"id":"70c4c614.633208","type":"function","z":"94bc1df0.962d9","name":"Payload = rewind 20 seconds","func":"msg.pos = Math.max(parseFloat(msg.data.attributes.media_position-20), 0);\n\nmsg.payload = {\n    data:{\n        \"entity_id\": \"media_player.chromecast_vardagsrum\",\n        \"seek_position\": msg.pos,\n    }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1240,"y":140,"wires":[["b07c26bf.0bd798","7d8629cf.bf1a48"]]},{"id":"b07c26bf.0bd798","type":"ha-wait-until","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","outputs":2,"entityId":"media_player.chromecast_vardagsrum","entityIdFilterType":"exact","property":"state","comparator":"is_not","value":"paused","valueType":"str","timeout":"4","timeoutType":"num","timeoutUnits":"minutes","entityLocation":"","entityLocationType":"none","checkCurrentState":true,"blockInputOverrides":true,"x":1720,"y":140,"wires":[["84852e49.b1f91"],["b6bc9f8f.37882"]]},{"id":"a824d3f4.b8e8b","type":"api-call-service","z":"94bc1df0.962d9","name":"rew","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_seek","entityId":"media_player.chromecast_vardagsrum","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2190,"y":140,"wires":[["8407d36e.95e2"]]},{"id":"73d459f6.5e5a38","type":"api-call-service","z":"94bc1df0.962d9","name":"play","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_play","entityId":"","data":"{\"entity_id\":\"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2690,"y":140,"wires":[["feba9f5a.f1009"]]},{"id":"9dee33b1.46c11","type":"api-call-service","z":"94bc1df0.962d9","name":"pause","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_pause","entityId":"media_player.chromecast_vardagsrum","data":"{\"entity_id\": \"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2990,"y":140,"wires":[["a5c1a018.5beed"]]},{"id":"449e78d4.0a53d8","type":"trigger","z":"94bc1df0.962d9","name":"","op1":"","op2":"0","op1type":"pay","op2type":"str","duration":"0","extend":false,"units":"ms","reset":"reset","bytopic":"all","topic":"topic","outputs":1,"x":1000,"y":140,"wires":[["70c4c614.633208","31203888.e182f8","d7d354c9.7bca78"]]},{"id":"c13ebb34.3eba98","type":"function","z":"94bc1df0.962d9","name":"Payload = reset","func":"msg.payload = \"reset\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":780,"y":240,"wires":[["449e78d4.0a53d8","219f7aa4.e97486","2604728.2c7e38e"]]},{"id":"fda46a2d.fa0c38","type":"function","z":"94bc1df0.962d9","name":"Payload = rewind 2 second","func":"msg.pos = parseFloat(msg.data.attributes.media_position-2);\nmsg.payload = {\n    data:{\n        \"entity_id\": \"media_player.chromecast_vardagsrum\",\n        \"seek_position\": msg.pos,\n    }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":3540,"y":140,"wires":[["d0cced4c.3b05b"]]},{"id":"659bbfe5.21d11","type":"api-current-state","z":"94bc1df0.962d9","name":"Paused?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"paused","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"media_player.chromecast_vardagsrum","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":3295,"y":140,"wires":[["fda46a2d.fa0c38"],["f5e89eb8.9b068"]]},{"id":"8407d36e.95e2","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2340,"y":140,"wires":[["b064a90f.beac48"]]},{"id":"feba9f5a.f1009","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2840,"y":140,"wires":[["9dee33b1.46c11"]]},{"id":"a5c1a018.5beed","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3143,"y":140,"wires":[["659bbfe5.21d11"]]},{"id":"b064a90f.beac48","type":"function","z":"94bc1df0.962d9","name":"msg.payload = {};","func":"msg.payload = {};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":2510,"y":140,"wires":[["73d459f6.5e5a38"]]},{"id":"f5e89eb8.9b068","type":"link out","z":"94bc1df0.962d9","name":"Release trigger node","links":["2b2f450d.8a73ba"],"x":3425,"y":180,"wires":[]},{"id":"2b2f450d.8a73ba","type":"link in","z":"94bc1df0.962d9","name":"","links":["f5e89eb8.9b068","d34eb474.5f9d88"],"x":655,"y":240,"wires":[["c13ebb34.3eba98"]]},{"id":"d34eb474.5f9d88","type":"link out","z":"94bc1df0.962d9","name":"Release trigger node","links":["2b2f450d.8a73ba"],"x":2155,"y":80,"wires":[]},{"id":"219f7aa4.e97486","type":"api-call-service","z":"94bc1df0.962d9","name":"Volume 1","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"volume_set","entityId":"media_player.chromecast_vardagsrum","data":"{\"volume_level\":1}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":980,"y":240,"wires":[[]]},{"id":"31203888.e182f8","type":"api-call-service","z":"94bc1df0.962d9","name":"Volume 0.5","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"volume_set","entityId":"media_player.chromecast_vardagsrum","data":"{\"volume_level\":0.5}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1170,"y":40,"wires":[[]]},{"id":"9b0e9110.ec516","type":"debug","z":"94bc1df0.962d9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":810,"y":20,"wires":[]},{"id":"2c5bb084.41dfb","type":"trigger-state","z":"94bc1df0.962d9","name":"Andreas","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.andreas_phone_state","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":60,"y":100,"wires":[["e6e436df.70c088"],[]]},{"id":"43b5802.a9ea28","type":"api-call-service","z":"94bc1df0.962d9","name":"pause","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_pause","entityId":"media_player.chromecast_vardagsrum","data":"{\"entity_id\": \"media_player.chromecast_vardagsrum\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":810,"y":80,"wires":[["449e78d4.0a53d8"]]},{"id":"e6e436df.70c088","type":"switch","z":"94bc1df0.962d9","name":"","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":210,"y":100,"wires":[["b5849cbd.9f008"]]},{"id":"b5849cbd.9f008","type":"api-current-state","z":"94bc1df0.962d9","name":"Andreas home","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"HellBrant.*","halt_if_type":"re","halt_if_compare":"is","override_topic":false,"entity_id":"sensor.wifi_connection","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":360,"y":100,"wires":[["e1ba5ccc.620c2"],[]]},{"id":"2a0b2acd.322976","type":"trigger-state","z":"94bc1df0.962d9","name":"Petra","server":"4bbca37b.1700ec","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.petra_phone_state","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":50,"y":40,"wires":[["3b551083.553c2"],[]]},{"id":"3b551083.553c2","type":"switch","z":"94bc1df0.962d9","name":"","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":210,"y":40,"wires":[["eb8939f5.c28cf8"]]},{"id":"eb8939f5.c28cf8","type":"api-current-state","z":"94bc1df0.962d9","name":"Petra home?","server":"4bbca37b.1700ec","version":1,"outputs":2,"halt_if":"HellBrant.*","halt_if_type":"re","halt_if_compare":"is","override_topic":false,"entity_id":"sensor.petra_wifi_connection","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":350,"y":40,"wires":[["e1ba5ccc.620c2"],[]]},{"id":"3f6aa715.d896a8","type":"ha-wait-until","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","outputs":2,"entityId":"{{flow.phone}}","entityIdFilterType":"exact","property":"state","comparator":"is","value":"idle","valueType":"str","timeout":"4","timeoutType":"num","timeoutUnits":"minutes","entityLocation":"","entityLocationType":"none","checkCurrentState":true,"blockInputOverrides":true,"x":1720,"y":80,"wires":[["84852e49.b1f91","92abd326.2c86a"],["b6bc9f8f.37882"]]},{"id":"84852e49.b1f91","type":"change","z":"94bc1df0.962d9","name":"set flow.paused false","rules":[{"t":"set","p":"paused","pt":"flow","to":"false","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2000,"y":80,"wires":[["d34eb474.5f9d88"]]},{"id":"b6bc9f8f.37882","type":"switch","z":"94bc1df0.962d9","name":"","property":"paused","propertyType":"flow","rules":[{"t":"eq","v":"true","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1890,"y":140,"wires":[["65220585.21f0cc"]]},{"id":"d7d354c9.7bca78","type":"change","z":"94bc1df0.962d9","name":"set flow.paused true","rules":[{"t":"set","p":"paused","pt":"flow","to":"true","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1260,"y":100,"wires":[[]]},{"id":"65220585.21f0cc","type":"delay","z":"94bc1df0.962d9","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"10","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":2040,"y":140,"wires":[["a824d3f4.b8e8b"]]},{"id":"2604728.2c7e38e","type":"change","z":"94bc1df0.962d9","name":"","rules":[{"t":"set","p":"phone","pt":"flow","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":980,"y":300,"wires":[[]]},{"id":"7d8629cf.bf1a48","type":"switch","z":"94bc1df0.962d9","name":"","property":"phone","propertyType":"flow","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":1590,"y":80,"wires":[["3f6aa715.d896a8"]]},{"id":"d04472d9.8de39","type":"link in","z":"94bc1df0.962d9","name":"","links":["d0cced4c.3b05b"],"x":1495,"y":120,"wires":[["7d8629cf.bf1a48","b07c26bf.0bd798"]]},{"id":"d0cced4c.3b05b","type":"link out","z":"94bc1df0.962d9","name":"","links":["d04472d9.8de39"],"x":3695,"y":140,"wires":[]},{"id":"92abd326.2c86a","type":"function","z":"94bc1df0.962d9","name":"msg.payload = {};","func":"msg.payload = {};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1950,"y":20,"wires":[["89b5044a.47e3e8"]]},{"id":"89b5044a.47e3e8","type":"api-call-service","z":"94bc1df0.962d9","name":"","server":"4bbca37b.1700ec","version":1,"debugenabled":false,"service_domain":"notify","service":"{{flow.app}}","entityId":"","data":"{\"message\":\"Chromecast pausad. Play?\",\"title\":\"Chromecast vardagsrum\",\"data\":{\"actions\":[{\"action\":\"play_cc_vardagsrum\",\"title\":\"Play\"}]}}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2180,"y":20,"wires":[[]]},{"id":"e1ba5ccc.620c2","type":"function","z":"94bc1df0.962d9","name":"","func":"flow.set(\"phone\", msg.topic);\nflow.set(\"app\", \"mobile_app_\" + msg.topic.split(\".\")[1].split(\"_\")[0]);\n\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":580,"y":80,"wires":[["43b5802.a9ea28","9b0e9110.ec516"]]},{"id":"4bbca37b.1700ec","type":"server","z":"","name":"Home Assistant","addon":true}]

And this automation will trigger the “play” of the chromecast:

- id: '1601377579214'
  alias: Play CC vardagsrum from app
  description: ''
  trigger:
  - event_data:
      action: play_cc_vardagsrum
    event_type: mobile_app_notification_action
    platform: event
  condition: []
  action:
  - data: {}
    entity_id: media_player.chromecast_vardagsrum
    service: media_player.media_play
  mode: single