Skip to content

Commit

Permalink
Update supervisor/misc/tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jun 20, 2024
1 parent 0279ec4 commit 5fa96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/misc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async def _watchdog_homeassistant_api(self):
)
else:
_LOGGER.error(
"Watchdog missed %s Home Assistant Core API responses in a row. Restarting Home Assistant Core API!",
"Watchdog missed %s Home Assistant Core API responses in a row. Restarting Home Assistant Core!",
HASS_WATCHDOG_MAX_API_ATTEMPTS,
)

Expand Down

0 comments on commit 5fa96be

Please sign in to comment.