mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
Remove unused hass.data[DOMAIN] from Thread integration (#168863)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user