diff --git a/custom_components/octopus_intelligent/octopus_intelligent_system.py b/custom_components/octopus_intelligent/octopus_intelligent_system.py index 892aff9..ea57e27 100755 --- a/custom_components/octopus_intelligent/octopus_intelligent_system.py +++ b/custom_components/octopus_intelligent/octopus_intelligent_system.py @@ -1,6 +1,6 @@ """Support for Octopus Intelligent Tariff in the UK.""" from datetime import timedelta, datetime, timezone -from typing import Any, override +from typing import Any import asyncio import logging @@ -43,7 +43,6 @@ def __init__(self, hass, *, api_key, account_id, off_peak_start, off_peak_end): def account_id(self): return self._account_id - @override async def _async_update_data(self) -> dict[str, Any]: """Fetch data from API endpoint.