Advertisement
kneival

HA save state

Feb 21st, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [{"id":"84f7a7.8e1f1858","type":"tab","label":"Flow 3","disabled":false,"info":""},{"id":"8588e103.2cf2","type":"api-call-service","z":"84f7a7.8e1f1858","name":"Save state of kitchen lights","server":"60da4455.a7a44c","version":1,"service_domain":"scene","service":"create","entityId":"","data":"{\"scene_id\":\"snapshot_kitchen_lights\",\"snapshot_entities\":[\"light.kitchen_cabinet_lights\",\"light.kitchen_front_light\",\"light.kitchen_rear_light\"]}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":720,"y":260,"wires":[[]]},{"id":"44faa784.a8ec58","type":"switch","z":"84f7a7.8e1f1858","name":"Split on and off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":400,"y":300,"wires":[["8588e103.2cf2"],["f8083672.fc1878"]]},{"id":"f8083672.fc1878","type":"trigger","z":"84f7a7.8e1f1858","op1":"","op2":"off","op1type":"nul","op2type":"str","duration":"5","extend":false,"units":"s","reset":"on","bytopic":"all","name":"","x":660,"y":340,"wires":[["22ee073d.16a308"]]},{"id":"22ee073d.16a308","type":"api-call-service","z":"84f7a7.8e1f1858","name":"Resume previous state","server":"60da4455.a7a44c","version":1,"service_domain":"scene","service":"turn_on","entityId":"scene.snapshot_kitchen_lights","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":910,"y":340,"wires":[[]]},{"id":"706d4955.a5bd78","type":"inject","z":"84f7a7.8e1f1858","name":"on","topic":"","payload":"on","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":260,"wires":[["44faa784.a8ec58"]]},{"id":"387a1ed6.ba79a2","type":"inject","z":"84f7a7.8e1f1858","name":"off","topic":"","payload":"off","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":360,"wires":[["44faa784.a8ec58"]]},{"id":"60da4455.a7a44c","type":"server","z":"","name":"Home Assistant","legacy":false,"hassio":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement