From 0cb84a7a80c2e1516f472b7720aeebbb819e6006 Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 15 Sep 2024 11:32:47 +0200 Subject: [PATCH] chore: fix log line character --- custom_components/powercalc/strategy/wled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/powercalc/strategy/wled.py b/custom_components/powercalc/strategy/wled.py index 0bca7be70..b319220f3 100644 --- a/custom_components/powercalc/strategy/wled.py +++ b/custom_components/powercalc/strategy/wled.py @@ -86,7 +86,7 @@ async def find_estimated_current_entity(self) -> str: if estimated_current_entities: return estimated_current_entities[0] - raise StrategyConfigurationError("{No estimated current entity found. Probably brightness limiter not enabled. See documentation") + raise StrategyConfigurationError("No estimated current entity found. Probably brightness limiter not enabled. See documentation") def get_entities_to_track(self) -> list[str | TrackTemplate]: if self._estimated_current_entity: