Fix grammar in pi_hole logs (#47324)
parent
e6a6b2a680
commit
53e62a897b
|
@ -112,7 +112,7 @@ async def async_setup_entry(hass, entry):
|
|||
try:
|
||||
await api.get_data()
|
||||
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(
|
||||
hass,
|
||||
|
|
Loading…
Reference in New Issue