Fix typo in Opower log message (#135909)

This commit is contained in:
tronikos 2025-01-18 01:39:40 -08:00 committed by GitHub
parent f724ae9a01
commit 06d8bc658f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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