Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions custom_components/stromer/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -40,7 +40,6 @@ def __init__(
self._attr_device_info.update(
{
ATTR_NAME: data.get("bike_name"),
ATTR_VIA_DEVICE: None,
}
)

Expand Down