mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Remove use of default_ device info in device_tracker (#179380)
This commit is contained in:
@@ -718,7 +718,7 @@ class ScannerEntity(
|
||||
config_entry_id=self.platform.config_entry.entry_id,
|
||||
config_subentry_id=self.registry_entry.config_subentry_id,
|
||||
connections={(dr.CONNECTION_NETWORK_MAC, self.mac_address)},
|
||||
default_name=self.hostname or self.mac_address,
|
||||
name=self.hostname or self.mac_address,
|
||||
)
|
||||
|
||||
# Link the entity's registry entry to the device
|
||||
|
||||
Reference in New Issue
Block a user