forked from home-assistant/core
Fix grammar in pi_hole logs (#47324)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user