File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
homeassistant/components/shelly Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1919from homeassistant .core import HomeAssistant , callback
2020from homeassistant .exceptions import HomeAssistantError
2121from homeassistant .helpers import entity_registry as er
22- from homeassistant .helpers .device_registry import CONNECTION_NETWORK_MAC , DeviceInfo
2322from homeassistant .helpers .entity_platform import AddConfigEntryEntitiesCallback
2423from homeassistant .helpers .update_coordinator import CoordinatorEntity
2524from homeassistant .util import slugify
@@ -251,9 +250,6 @@ def __init__(
251250 coordinator .model_name ,
252251 suggested_area = coordinator .suggested_area ,
253252 )
254- self ._attr_device_info = DeviceInfo (
255- connections = {(CONNECTION_NETWORK_MAC , coordinator .mac )}
256- )
257253
258254 async def _press_method (self ) -> None :
259255 """Press method."""
You can’t perform that action at this time.
0 commit comments