mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Remove manufacturer name from Wake on LAN device_info (#123836)
Remove made up manufacturer
This commit is contained in:
parent
02e392e215
commit
4e1b865775
@ -60,7 +60,6 @@ class WolButton(ButtonEntity):
|
||||
self._attr_unique_id = dr.format_mac(mac_address)
|
||||
self._attr_device_info = dr.DeviceInfo(
|
||||
connections={(dr.CONNECTION_NETWORK_MAC, self._attr_unique_id)},
|
||||
default_manufacturer="Wake on LAN",
|
||||
default_name=name,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user