Skip to content

Commit

Permalink
chore: fix log line character
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Sep 15, 2024
1 parent b43e88f commit 0cb84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powercalc/strategy/wled.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cb84a7

Please sign in to comment.