Other modes now also set fan back to auto if it wasn't already

This commit is contained in:
2022-11-04 03:08:18 -04:00
parent 7901863528
commit 3e03413f00

View File

@ -752,11 +752,13 @@
"76d51b3279d6630c", "76d51b3279d6630c",
"722337dd4775a357", "722337dd4775a357",
"e238631130b2c316", "e238631130b2c316",
"09a31110ed0a8630" "09a31110ed0a8630",
"0f6d425791646818",
"bc9d4a0d7a7c5c79"
], ],
"x": 14, "x": 14,
"y": 59, "y": 59,
"w": 2812, "w": 3012,
"h": 682 "h": 682
}, },
{ {
@ -14204,7 +14206,7 @@
"y": 160, "y": 160,
"wires": [ "wires": [
[ [
"7659d7b193fc7fb5" "0f6d425791646818"
] ]
] ]
}, },
@ -14341,8 +14343,8 @@
"from": "", "from": "",
"to": "", "to": "",
"reg": false, "reg": false,
"x": 2720, "x": 2920,
"y": 160, "y": 120,
"wires": [ "wires": [
[ [
"0652e441425c3875" "0652e441425c3875"
@ -14522,7 +14524,9 @@
"x": 2360, "x": 2360,
"y": 420, "y": 420,
"wires": [ "wires": [
[] [
"bc9d4a0d7a7c5c79"
]
] ]
}, },
{ {
@ -15549,8 +15553,8 @@
"checkall": "true", "checkall": "true",
"repair": false, "repair": false,
"outputs": 1, "outputs": 1,
"x": 2550, "x": 2750,
"y": 160, "y": 120,
"wires": [ "wires": [
[ [
"9949527a728eaf42" "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", "id": "105271e0816c6a52",
"type": "ha-button", "type": "ha-button",