mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Remove via_device from switchbee (#177864)
This commit is contained in:
committed by
Bram Kragten
parent
43e770cbe2
commit
4d11367616
@@ -61,10 +61,6 @@ class SwitchBeeDeviceEntity[_DeviceTypeT: SwitchBeeBaseDevice](
|
||||
manufacturer=SWITCHBEE_BRAND,
|
||||
model=coordinator.api.module_display(device.unit_id),
|
||||
suggested_area=device.zone,
|
||||
via_device=(
|
||||
DOMAIN,
|
||||
f"{coordinator.api.name} ({coordinator.api.unique_id})",
|
||||
),
|
||||
)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user