mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
- Add name back
This commit is contained in:
parent
14c44e6680
commit
5abe164d1f
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class RoombaVacuum(CoordinatorEntity, StateVacuumEntity):
|
|||
self._entry: ConfigEntry = entry
|
||||
self._attr_supported_features = SUPPORT_ROBOT
|
||||
self._attr_unique_id = f"{entry.unique_id}_vacuum"
|
||||
self._attr_name = entry.title
|
||||
self._attr_device_info = {
|
||||
"identifiers": {(DOMAIN, entry.unique_id)},
|
||||
"name": entry.title,
|
||||
|
|
|
|||
Loading…
Reference in a new issue