mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Remove hard coded Icon from Unifi device scanner (#100401)
This commit is contained in:
parent
1d4b731603
commit
f909199125
@ -179,7 +179,6 @@ ENTITY_DESCRIPTIONS: tuple[UnifiTrackerEntityDescription, ...] = (
|
|||||||
UnifiTrackerEntityDescription[Devices, Device](
|
UnifiTrackerEntityDescription[Devices, Device](
|
||||||
key="Device scanner",
|
key="Device scanner",
|
||||||
has_entity_name=True,
|
has_entity_name=True,
|
||||||
icon="mdi:ethernet",
|
|
||||||
allowed_fn=lambda controller, obj_id: controller.option_track_devices,
|
allowed_fn=lambda controller, obj_id: controller.option_track_devices,
|
||||||
api_handler_fn=lambda api: api.devices,
|
api_handler_fn=lambda api: api.devices,
|
||||||
available_fn=async_device_available_fn,
|
available_fn=async_device_available_fn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user