Fix grammar in pi_hole logs (#47324)

This commit is contained in:
tkdrob
2021-03-03 18:20:35 -05:00
committed by GitHub
parent e6a6b2a680
commit 53e62a897b

View File

@@ -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,