From f72656249f055696fec19e095eec00425a5b495c Mon Sep 17 00:00:00 2001 From: Justin Lentz Date: Mon, 31 Jul 2023 22:26:47 -0500 Subject: [PATCH] Fix alert.macros.rule (#15172) * Add alert.macros.rule config_definitions.json * Update config_definitions.json * add validation --- misc/config_definitions.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/config_definitions.json b/misc/config_definitions.json index 742ff28576..740fbefe99 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -27,6 +27,13 @@ "order": 2, "type": "boolean" }, + "alert.macros.rule": { + "type": "array", + "validate": { + "value": "array", + "value.*": "string" + } + }, "alert_colour.ok": { "default": "#00ff00", "type": "color"