mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Remove unused code
This commit is contained in:
@@ -47,7 +47,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
|
||||
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
|
||||
websocket.connect_websocket()
|
||||
# async_call_later(hass, WEBSOCKET_CONNECTION_DELAY, websocket.connect_websocket)
|
||||
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user