From 02b34be9b7dd7b67ea87766fdf2455871fa30f82 Mon Sep 17 00:00:00 2001 From: Dmitry Mamontov Date: Sat, 22 Jan 2022 23:28:50 +0300 Subject: [PATCH] fix recursive error --- custom_components/ledfx/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ledfx/manifest.json b/custom_components/ledfx/manifest.json index 1cff8d9..ee86619 100644 --- a/custom_components/ledfx/manifest.json +++ b/custom_components/ledfx/manifest.json @@ -1,7 +1,7 @@ { "domain": "ledfx", "name": "LedFx", - "version": "1.1.3", + "version": "1.1.4", "documentation": "https://github.com/dmamontov/hass-ledfx", "issue_tracker": "https://github.com/dmamontov/hass-ledfx/issues", "config_flow": true,