mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix typo in Opower log message (#135909)
This commit is contained in:
parent
f724ae9a01
commit
06d8bc658f
@ -103,7 +103,7 @@ class OpowerCoordinator(DataUpdateCoordinator[dict[str, Forecast]]):
|
||||
try:
|
||||
accounts = await self.api.async_get_accounts()
|
||||
except aiohttp.ClientError as err:
|
||||
_LOGGER.error("Error getting forecasts: %s", err)
|
||||
_LOGGER.error("Error getting accounts: %s", err)
|
||||
raise
|
||||
for account in accounts:
|
||||
id_prefix = "_".join(
|
||||
|
Loading…
x
Reference in New Issue
Block a user