mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix grammar in pi_hole logs (#47324)
This commit is contained in:
parent
e6a6b2a680
commit
53e62a897b
@ -112,7 +112,7 @@ async def async_setup_entry(hass, entry):
|
|||||||
try:
|
try:
|
||||||
await api.get_data()
|
await api.get_data()
|
||||||
except HoleError as err:
|
except HoleError as err:
|
||||||
raise UpdateFailed(f"Failed to communicating with API: {err}") from err
|
raise UpdateFailed(f"Failed to communicate with API: {err}") from err
|
||||||
|
|
||||||
coordinator = DataUpdateCoordinator(
|
coordinator = DataUpdateCoordinator(
|
||||||
hass,
|
hass,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user