Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jul 5, 2024
2 parents 772a86b + 5552452 commit a135167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hass_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def _handle_incoming_message(self, msg: Message) -> None:
future = self._result_futures.get(msg["id"])

if future is None:
LOGGER.warning("Received result for unknown message with ID: %s", msg["id"])
LOGGER.debug("Received result for unknown message with ID: %s", msg["id"])
return

if msg["success"]:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ test = [
"black==24.4.2",
"codespell==2.3.0",
"isort==5.13.2",
"mypy==1.10.0",
"mypy==1.10.1",
"pre-commit==3.7.1",
"pre-commit-hooks==4.5.0",
"pylint==3.2.3",
"pylint==3.2.5",
"pytest==8.2.2",
"pytest-aiohttp==1.0.5",
"pytest-cov==5.0.0",
"ruff==0.4.4",
"ruff==0.5.0",
]

[tool.codespell]
Expand Down

0 comments on commit a135167

Please sign in to comment.