Revert "Allow setting an entity's name by its device class" (#93539)
This commit is contained in:
parent
f7404e2ee0
commit
a71c097aeb
21 changed files with 35 additions and 141 deletions
|
@ -88,7 +88,7 @@ class BruntDevice(
|
|||
self._attr_attribution = ATTRIBUTION
|
||||
self._attr_device_info = DeviceInfo(
|
||||
identifiers={(DOMAIN, self._attr_unique_id)}, # type: ignore[arg-type]
|
||||
name=self._thing.name,
|
||||
name=self._attr_name,
|
||||
via_device=(DOMAIN, self._entry_id),
|
||||
manufacturer="Brunt",
|
||||
sw_version=self._thing.fw_version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue