Skip to content

Commit

Permalink
[#1] Publish energy indicator in kWh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Dec 22, 2024
1 parent 9813eae commit ffd96a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazpar2haws/haws.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def send_message(self, message: dict) -> dict:

response_data = json.loads(response)

Logger.debug(f"Received response")
Logger.debug("Received response")

if response_data.get("type") != "result":
raise Exception(f"Invalid response message: {response_data}")
Expand Down

0 comments on commit ffd96a0

Please sign in to comment.