diff --git a/custom_components/octopus_energy/__init__.py b/custom_components/octopus_energy/__init__.py index 71d970ce..0159ed42 100644 --- a/custom_components/octopus_energy/__init__.py +++ b/custom_components/octopus_energy/__init__.py @@ -8,6 +8,8 @@ DataUpdateCoordinator ) +from homeassistant.helpers import issue_registry as ir + from .const import ( DOMAIN, diff --git a/requirements.test.txt b/requirements.test.txt index 79449343..f4c12918 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -2,4 +2,4 @@ pytest pytest-socket pytest-asyncio mock -homeassistant>=2021.12.01 \ No newline at end of file +homeassistant \ No newline at end of file