Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl12 committed Jan 27, 2025
1 parent 9a64143 commit fe47d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/plugins/hass/hassplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def receive_result(self, resp: dict):

silent = self._silent_results.pop(resp["id"], False) or \
self.AD.config.suppress_log_messages

if not silent:
match resp["success"]:
case True:
Expand Down

0 comments on commit fe47d32

Please sign in to comment.