Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2020
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.82 KB | None | 0 0
  1. [{"id":"8e6b772.2ae4088","type":"server-state-changed","z":"cf866900.a348d8","name":"Tracker Mobile","server":"f7010532.d0d238","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"your.device_tracker","entityidfiltertype":"substring","outputinitially":true,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":140,"y":760,"wires":[["d16a5b6.47aafa8"]]},{"id":"d16a5b6.47aafa8","type":"switch","z":"cf866900.a348d8","name":"Location entered","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"home","vt":"str"},{"t":"eq","v":"work","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":410,"y":760,"wires":[["c02cfce2.37f17"],[]]},{"id":"c02cfce2.37f17","type":"function","z":"cf866900.a348d8","name":"Mike entered","func":"zone        = msg.payload;\nmsg.payload = { data: {'message': 'Mike entered ' + zone } };\n\nreturn msg;","outputs":1,"noerr":0,"x":650,"y":760,"wires":[["34c9a89d.a0ebe8"]]},{"id":"34c9a89d.a0ebe8","type":"api-call-service","z":"cf866900.a348d8","name":"Notify Telegram","server":"90a7b372.ce4c9","version":1,"debugenabled":false,"service_domain":"notify","service":"telegram","entityId":"","data":"{ \"message\": \"msg\" }","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":900,"y":760,"wires":[[]]},{"id":"f7010532.d0d238","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true},{"id":"90a7b372.ce4c9","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement