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