From 20dcdc31dc6861a56d8cb0b913e0a07e5d1ca3f1 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 7 Oct 2022 18:12:00 -0400 Subject: [PATCH] Basement lights no longer respond to front door while I'm streaming --- flows.json | 128 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 112 insertions(+), 16 deletions(-) diff --git a/flows.json b/flows.json index 630586f..08c93fd 100644 --- a/flows.json +++ b/flows.json @@ -989,10 +989,14 @@ "5a19347b1a570e9c", "753ad45c3685897b", "d32a407e1c701563", - "58b54517ed812db3" + "58b54517ed812db3", + "981191938ab4ee2f", + "59af14a564176ce4" ], "x": 34, - "y": 239 + "y": 239, + "w": 1032, + "h": 382 }, { "id": "eeafd13be593ae69", @@ -10992,7 +10996,7 @@ "cycles": "5", "persist": "false", "power_on": "true", - "x": 590, + "x": 790, "y": 340, "wires": [] }, @@ -11102,9 +11106,7 @@ "y": 340, "wires": [ [ - "d45ac7361e128558", - "3563f62312975002", - "d32a407e1c701563" + "981191938ab4ee2f" ], [] ] @@ -11131,7 +11133,7 @@ "mustacheAltTags": false, "outputProperties": [], "queue": "none", - "x": 760, + "x": 960, "y": 280, "wires": [ [] @@ -11155,7 +11157,7 @@ "drop": false, "allowrate": false, "outputs": 1, - "x": 580, + "x": 780, "y": 280, "wires": [ [ @@ -11203,7 +11205,7 @@ "cycles": "8", "persist": "false", "power_on": "true", - "x": 590, + "x": 790, "y": 520, "wires": [] }, @@ -11313,9 +11315,7 @@ "y": 520, "wires": [ [ - "29b9f573370571cf", - "753ad45c3685897b", - "58b54517ed812db3" + "59af14a564176ce4" ], [] ] @@ -11342,7 +11342,7 @@ "mustacheAltTags": false, "outputProperties": [], "queue": "none", - "x": 760, + "x": 960, "y": 460, "wires": [ [] @@ -11366,7 +11366,7 @@ "drop": false, "allowrate": false, "outputs": 1, - "x": 580, + "x": 780, "y": 460, "wires": [ [ @@ -11398,7 +11398,7 @@ "mustacheAltTags": false, "outputProperties": [], "queue": "none", - "x": 590, + "x": 790, "y": 400, "wires": [ [] @@ -11428,12 +11428,108 @@ "mustacheAltTags": false, "outputProperties": [], "queue": "none", - "x": 590, + "x": 790, "y": 580, "wires": [ [] ] }, + { + "id": "981191938ab4ee2f", + "type": "api-current-state", + "z": "47f17992fab9b4f5", + "g": "208284848b13b85b", + "name": "Studio Quiet?", + "server": "9e87348d.9c1c48", + "version": 3, + "outputs": 2, + "halt_if": "off", + "halt_if_type": "str", + "halt_if_compare": "is", + "entity_id": "input_boolean.studio_quiet", + "state_type": "str", + "blockInputOverrides": false, + "outputProperties": [ + { + "property": "payload", + "propertyType": "msg", + "value": "", + "valueType": "entityState" + }, + { + "property": "data", + "propertyType": "msg", + "value": "", + "valueType": "entity" + } + ], + "for": "0", + "forType": "num", + "forUnits": "minutes", + "override_topic": false, + "state_location": "payload", + "override_payload": "msg", + "entity_location": "data", + "override_data": "msg", + "x": 600, + "y": 340, + "wires": [ + [ + "3563f62312975002", + "d45ac7361e128558", + "d32a407e1c701563" + ], + [] + ] + }, + { + "id": "59af14a564176ce4", + "type": "api-current-state", + "z": "47f17992fab9b4f5", + "g": "208284848b13b85b", + "name": "Studio Quiet?", + "server": "9e87348d.9c1c48", + "version": 3, + "outputs": 2, + "halt_if": "off", + "halt_if_type": "str", + "halt_if_compare": "is", + "entity_id": "input_boolean.studio_quiet", + "state_type": "str", + "blockInputOverrides": false, + "outputProperties": [ + { + "property": "payload", + "propertyType": "msg", + "value": "", + "valueType": "entityState" + }, + { + "property": "data", + "propertyType": "msg", + "value": "", + "valueType": "entity" + } + ], + "for": "0", + "forType": "num", + "forUnits": "minutes", + "override_topic": false, + "state_location": "payload", + "override_payload": "msg", + "entity_location": "data", + "override_data": "msg", + "x": 600, + "y": 520, + "wires": [ + [ + "753ad45c3685897b", + "29b9f573370571cf", + "58b54517ed812db3" + ], + [] + ] + }, { "id": "cd04bdb407311eb5", "type": "ha-button",