From 22be78c049abd7cdffda64e05ed6505ae4ec5ccf Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 26 Aug 2022 18:28:18 +0200 Subject: [PATCH] Fix cannot find component utility_meter --- custom_components/powercalc/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/powercalc/manifest.json b/custom_components/powercalc/manifest.json index 63cc4af8b..29793f375 100755 --- a/custom_components/powercalc/manifest.json +++ b/custom_components/powercalc/manifest.json @@ -9,7 +9,8 @@ "group", "template", "select", - "hue" + "hue", + "utility_meter" ], "after_dependencies": [ "integration",