Remove unused hass.data[DOMAIN] from Thread integration (#168863)

This commit is contained in:
TheJulianJES
2026-06-22 17:59:25 +02:00
committed by GitHub
parent b6b8391cbf
commit b24791fa71
@@ -34,9 +34,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
)
)
async_setup_ws_api(hass)
# Uses legacy hass.data[DOMAIN] pattern
# pylint: disable-next=home-assistant-use-runtime-data
hass.data[DOMAIN] = {}
return True