Skip to content

Commit

Permalink
Change backyard light to pct
Browse files Browse the repository at this point in the history
  • Loading branch information
x-real-ip committed Feb 18, 2024
1 parent b03d630 commit 51743c2
Showing 1 changed file with 84 additions and 84 deletions.
168 changes: 84 additions & 84 deletions src/data/flows/scene_home_entering.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,89 @@
]
]
},
{
"id": "52f21d3060c57706",
"type": "join",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "",
"mode": "custom",
"build": "merged",
"property": "notify",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "3",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 2230,
"y": 300,
"wires": [
[
"5e72b91e3ad4066d"
]
]
},
{
"id": "5e72b91e3ad4066d",
"type": "link out",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "link_out_notify_home_entering",
"mode": "link",
"links": [
"8ed3b0974336e55b"
],
"x": 2325,
"y": 300,
"wires": []
},
{
"id": "7063678cde99b775",
"type": "template",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "title",
"field": "notify.title",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "Verlichting",
"output": "str",
"x": 2070,
"y": 260,
"wires": [
[
"52f21d3060c57706"
]
]
},
{
"id": "4d43c0c59596c396",
"type": "template",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "icon",
"field": "notify.icon",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "",
"output": "str",
"x": 2070,
"y": 340,
"wires": [
[
"52f21d3060c57706"
]
]
},
{
"id": "9e995be6.7976b8",
"type": "api-call-service",
Expand All @@ -55,7 +138,7 @@
"entityId": [
"light.shellydimmer_backyard_string_l"
],
"data": "{\"brightness\":50}",
"data": "{\"brightness_pct\":25}",
"dataType": "json",
"mergeContext": "",
"mustacheAltTags": false,
Expand Down Expand Up @@ -1161,89 +1244,6 @@
"y": 40,
"wires": []
},
{
"id": "4d43c0c59596c396",
"type": "template",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "icon",
"field": "notify.icon",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "",
"output": "str",
"x": 2070,
"y": 340,
"wires": [
[
"52f21d3060c57706"
]
]
},
{
"id": "7063678cde99b775",
"type": "template",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "title",
"field": "notify.title",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "Verlichting",
"output": "str",
"x": 2070,
"y": 260,
"wires": [
[
"52f21d3060c57706"
]
]
},
{
"id": "5e72b91e3ad4066d",
"type": "link out",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "link_out_notify_home_entering",
"mode": "link",
"links": [
"8ed3b0974336e55b"
],
"x": 2325,
"y": 300,
"wires": []
},
{
"id": "52f21d3060c57706",
"type": "join",
"z": "c0da8379.b0dd3",
"g": "47af9932f18884cc",
"name": "",
"mode": "custom",
"build": "merged",
"property": "notify",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "3",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 2230,
"y": 300,
"wires": [
[
"5e72b91e3ad4066d"
]
]
},
{
"id": "4ba92433.2478cc",
"type": "server",
Expand Down

0 comments on commit 51743c2

Please sign in to comment.