Fix grammar in pi_hole logs (#47324)

pull/47350/head
tkdrob 2021-03-03 18:20:35 -05:00 committed by GitHub
parent e6a6b2a680
commit 53e62a897b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,