Other modes now also set fan back to auto if it wasn't already
This commit is contained in:
78
flows.json
78
flows.json
@ -752,11 +752,13 @@
|
||||
"76d51b3279d6630c",
|
||||
"722337dd4775a357",
|
||||
"e238631130b2c316",
|
||||
"09a31110ed0a8630"
|
||||
"09a31110ed0a8630",
|
||||
"0f6d425791646818",
|
||||
"bc9d4a0d7a7c5c79"
|
||||
],
|
||||
"x": 14,
|
||||
"y": 59,
|
||||
"w": 2812,
|
||||
"w": 3012,
|
||||
"h": 682
|
||||
},
|
||||
{
|
||||
@ -14204,7 +14206,7 @@
|
||||
"y": 160,
|
||||
"wires": [
|
||||
[
|
||||
"7659d7b193fc7fb5"
|
||||
"0f6d425791646818"
|
||||
]
|
||||
]
|
||||
},
|
||||
@ -14341,8 +14343,8 @@
|
||||
"from": "",
|
||||
"to": "",
|
||||
"reg": false,
|
||||
"x": 2720,
|
||||
"y": 160,
|
||||
"x": 2920,
|
||||
"y": 120,
|
||||
"wires": [
|
||||
[
|
||||
"0652e441425c3875"
|
||||
@ -14522,7 +14524,9 @@
|
||||
"x": 2360,
|
||||
"y": 420,
|
||||
"wires": [
|
||||
[]
|
||||
[
|
||||
"bc9d4a0d7a7c5c79"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -15549,8 +15553,8 @@
|
||||
"checkall": "true",
|
||||
"repair": false,
|
||||
"outputs": 1,
|
||||
"x": 2550,
|
||||
"y": 160,
|
||||
"x": 2750,
|
||||
"y": 120,
|
||||
"wires": [
|
||||
[
|
||||
"9949527a728eaf42"
|
||||
@ -17441,6 +17445,64 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "0f6d425791646818",
|
||||
"type": "api-call-service",
|
||||
"z": "72f99805df043603",
|
||||
"g": "e065b1ed4938b477",
|
||||
"name": "Set Fan to Auto",
|
||||
"server": "9e87348d.9c1c48",
|
||||
"version": 5,
|
||||
"debugenabled": false,
|
||||
"domain": "climate",
|
||||
"service": "set_fan_mode",
|
||||
"areaId": [],
|
||||
"deviceId": [],
|
||||
"entityId": [
|
||||
"climate.master_bedroom_aircon"
|
||||
],
|
||||
"data": "{\t \"fan_mode\":\"Auto\"\t}",
|
||||
"dataType": "jsonata",
|
||||
"mergeContext": "",
|
||||
"mustacheAltTags": false,
|
||||
"outputProperties": [],
|
||||
"queue": "none",
|
||||
"x": 2580,
|
||||
"y": 120,
|
||||
"wires": [
|
||||
[
|
||||
"7659d7b193fc7fb5"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bc9d4a0d7a7c5c79",
|
||||
"type": "api-call-service",
|
||||
"z": "72f99805df043603",
|
||||
"g": "e065b1ed4938b477",
|
||||
"name": "Set Fan to Auto",
|
||||
"server": "9e87348d.9c1c48",
|
||||
"version": 5,
|
||||
"debugenabled": false,
|
||||
"domain": "climate",
|
||||
"service": "set_fan_mode",
|
||||
"areaId": [],
|
||||
"deviceId": [],
|
||||
"entityId": [
|
||||
"climate.master_bedroom_aircon"
|
||||
],
|
||||
"data": "{\t \"fan_mode\":\"Auto\"\t}",
|
||||
"dataType": "jsonata",
|
||||
"mergeContext": "",
|
||||
"mustacheAltTags": false,
|
||||
"outputProperties": [],
|
||||
"queue": "none",
|
||||
"x": 2540,
|
||||
"y": 420,
|
||||
"wires": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "105271e0816c6a52",
|
||||
"type": "ha-button",
|
||||
|
Reference in New Issue
Block a user