From 06d8bc658ffc3898524fe3efc69ec1cd8ff97f93 Mon Sep 17 00:00:00 2001 From: tronikos Date: Sat, 18 Jan 2025 01:39:40 -0800 Subject: [PATCH] Fix typo in Opower log message (#135909) --- homeassistant/components/opower/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/opower/coordinator.py b/homeassistant/components/opower/coordinator.py index 36e23c4098e..f6f3524d630 100644 --- a/homeassistant/components/opower/coordinator.py +++ b/homeassistant/components/opower/coordinator.py @@ -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(