From 74f7bbb24041b21eaa61136a42f44483093b4b31 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 23 Apr 2025 21:17:15 -0400 Subject: [PATCH] Add rate limit for AC action messages home_automation/Home-Assistant-Configs#237 --- flows.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/flows.json b/flows.json index 1cb1a20..240cd5a 100644 --- a/flows.json +++ b/flows.json @@ -980,7 +980,8 @@ "02f922bba32e4c71", "ffa5d38853e1360a", "5cce5b011ebc5d32", - "6f4235c9d4f6a6ea" + "6f4235c9d4f6a6ea", + "862666f576addab8" ], "x": 14, "y": 11.5, @@ -22035,7 +22036,7 @@ "wires": [ [ "ffe28978275ac1a4", - "cbe37fd5b5fc4381" + "862666f576addab8" ], [ "b1c0cca848416d74", @@ -22746,7 +22747,7 @@ "y": 60, "wires": [ [ - "cbe37fd5b5fc4381" + "862666f576addab8" ], [ "b1c0cca848416d74" @@ -25039,6 +25040,33 @@ ] ] }, + { + "id": "862666f576addab8", + "type": "delay", + "z": "72f99805df043603", + "g": "e065b1ed4938b477", + "name": "", + "pauseType": "rate", + "timeout": "5", + "timeoutUnits": "seconds", + "rate": "1", + "nbRateUnits": "1", + "rateUnits": "second", + "randomFirst": "1", + "randomLast": "5", + "randomUnits": "seconds", + "drop": false, + "allowrate": false, + "outputs": 1, + "x": 645, + "y": 180, + "wires": [ + [ + "cbe37fd5b5fc4381" + ] + ], + "l": false + }, { "id": "48b8af9419ed18d6", "type": "subflow:384eaf2f63dcb5db",