Skip to content

Commit b8f4b95

Browse files
joostlekepenetfrenck
authored
Prevent entsoe from loading (home-assistant#158036)
Co-authored-by: epenet <[email protected]> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 3c10e9f commit b8f4b95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

homeassistant/loader.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ class BlockedIntegration:
124124
# Added in 2025.10.0 because of
125125
# https://github.com/frenck/spook/issues/1066
126126
"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+
),
127133
}
128134

129135
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(

0 commit comments

Comments
 (0)