mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +02:00
Add explicit device name to Roborock (#95513)
This commit is contained in:
committed by
Paulus Schoutsen
parent
cda5ee5814
commit
c4a46294cc
@@ -83,6 +83,7 @@ class RoborockVacuum(RoborockCoordinatedEntity, StateVacuumEntity):
|
||||
| VacuumEntityFeature.START
|
||||
)
|
||||
_attr_translation_key = DOMAIN
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user