diff --git a/pyproject.toml b/pyproject.toml
index f50c835e58fb7de73eaaf94a0bfdfdcde0a1ec7b..51f1d115e7fbdfe3ac47e35a33e8cb37ad339a93 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -109,7 +109,6 @@ init-hook = """\
 load-plugins = [
     "pylint.extensions.code_style",
     "pylint.extensions.typing",
-    "pylint_strict_informational",
     "hass_constructor",
     "hass_enforce_type_hints",
     "hass_imports",
@@ -123,6 +122,9 @@ extension-pkg-allow-list = [
     "orjson",
     "cv2",
 ]
+fail-on = [
+    "I",
+]
 
 [tool.pylint.BASIC]
 class-const-naming-style = "any"
diff --git a/requirements_test.txt b/requirements_test.txt
index 3172c1f5544fa11ccb994f0d6d6ff186be928de3..113794bda1c6d919bca166190ee300e55c0203cf 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -15,7 +15,6 @@ mypy==0.961
 pre-commit==2.19.0
 pylint==2.14.4
 pipdeptree==2.2.1
-pylint-strict-informational==0.1
 pytest-aiohttp==0.3.0
 pytest-cov==3.0.0
 pytest-freezegun==0.4.2