Guest User

nodered_restart_ha

a guest
Jul 24th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.24 KB | None | 0 0
  1. [
  2.     {
  3.         "id": "c74fb1a8.10e26",
  4.         "type": "tab",
  5.         "label": "Flow 1",
  6.         "disabled": false,
  7.         "info": ""
  8.     },
  9.     {
  10.         "id": "5eab55e0.40787c",
  11.         "type": "api-call-service",
  12.         "z": "c74fb1a8.10e26",
  13.         "name": "",
  14.         "server": "fb060ed1.0142",
  15.         "version": 1,
  16.         "debugenabled": false,
  17.         "service_domain": "homeassistant",
  18.         "service": "restart",
  19.         "entityId": "",
  20.         "data": "",
  21.         "dataType": "json",
  22.         "mergecontext": "",
  23.         "output_location": "",
  24.         "output_location_type": "none",
  25.         "mustacheAltTags": false,
  26.         "x": 558,
  27.         "y": 224,
  28.         "wires": [
  29.             []
  30.         ]
  31.     },
  32.     {
  33.         "id": "4dd96da9.2db0f4",
  34.         "type": "poll-state",
  35.         "z": "c74fb1a8.10e26",
  36.         "name": "",
  37.         "server": "fb060ed1.0142",
  38.         "version": 1,
  39.         "exposeToHomeAssistant": false,
  40.         "haConfig": [
  41.             {
  42.                 "property": "name",
  43.                 "value": ""
  44.             },
  45.             {
  46.                 "property": "icon",
  47.                 "value": ""
  48.             }
  49.         ],
  50.         "updateinterval": "30",
  51.         "updateIntervalUnits": "minutes",
  52.         "outputinitially": false,
  53.         "outputonchanged": false,
  54.         "entity_id": "alarm_control_panel.abode_alarm",
  55.         "state_type": "str",
  56.         "halt_if": "unavailable",
  57.         "halt_if_type": "str",
  58.         "halt_if_compare": "is",
  59.         "outputs": 2,
  60.         "x": 226,
  61.         "y": 224,
  62.         "wires": [
  63.             [
  64.                 "5eab55e0.40787c"
  65.             ],
  66.             []
  67.         ]
  68.     },
  69.     {
  70.         "id": "fb883fd1.f893d",
  71.         "type": "comment",
  72.         "z": "c74fb1a8.10e26",
  73.         "name": "Restart HA if Abode goes down",
  74.         "info": "",
  75.         "x": 186,
  76.         "y": 182,
  77.         "wires": []
  78.     },
  79.     {
  80.         "id": "fb060ed1.0142",
  81.         "type": "server",
  82.         "z": "",
  83.         "name": "Home Assistant",
  84.         "legacy": false,
  85.         "addon": false,
  86.         "rejectUnauthorizedCerts": true,
  87.         "ha_boolean": "y|yes|true|on|home|open",
  88.         "connectionDelay": true,
  89.         "cacheJson": false
  90.     }
  91. ]
Add Comment
Please, Sign In to add comment