We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c10e9f commit b8f4b95Copy full SHA for b8f4b95
homeassistant/loader.py
@@ -124,6 +124,12 @@ class BlockedIntegration:
124
# Added in 2025.10.0 because of
125
# https://github.com/frenck/spook/issues/1066
126
"spook": BlockedIntegration(AwesomeVersion("4.0.0"), "breaks the template engine"),
127
+ # Added in 2025.12.1 because of
128
+ # https://github.com/JaccoR/hass-entso-e/issues/263
129
+ "entsoe": BlockedIntegration(
130
+ AwesomeVersion("0.7.1"),
131
+ "crashes Home Assistant when it can't connect to the API",
132
+ ),
133
}
134
135
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
0 commit comments