From 5b8bdbe1c10f4ea4665bdf678b0dcd9176227b7a Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 14 Aug 2023 22:42:41 -0400 Subject: [PATCH] Turn off Studio Quiet when I go to bed --- flows.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/flows.json b/flows.json index b1127e1..0744c50 100644 --- a/flows.json +++ b/flows.json @@ -22308,7 +22308,9 @@ "x": 320, "y": 520, "wires": [ - [] + [ + "20b3699a56b0e901" + ] ] }, { @@ -22366,6 +22368,33 @@ ], "l": false }, + { + "id": "20b3699a56b0e901", + "type": "api-call-service", + "z": "5c4ac37140a54ac9", + "name": "Turn off Studio Quiet", + "server": "9e87348d.9c1c48", + "version": 5, + "debugenabled": false, + "domain": "input_boolean", + "service": "turn_off", + "areaId": [], + "deviceId": [], + "entityId": [ + "input_boolean.studio_quiet" + ], + "data": "", + "dataType": "jsonata", + "mergeContext": "", + "mustacheAltTags": false, + "outputProperties": [], + "queue": "none", + "x": 540, + "y": 520, + "wires": [ + [] + ] + }, { "id": "6a37c598ccfec0c7", "type": "google-home",