diff --git a/custom_components/stromer/entity.py b/custom_components/stromer/entity.py index 8c6e792..211fd87 100644 --- a/custom_components/stromer/entity.py +++ b/custom_components/stromer/entity.py @@ -3,7 +3,7 @@ from typing import Any -from homeassistant.const import ATTR_NAME, ATTR_VIA_DEVICE +from homeassistant.const import ATTR_NAME from homeassistant.helpers.entity import DeviceInfo from homeassistant.helpers.update_coordinator import CoordinatorEntity @@ -40,7 +40,6 @@ def __init__( self._attr_device_info.update( { ATTR_NAME: data.get("bike_name"), - ATTR_VIA_DEVICE: None, } )