From 5d1c1b35d372cd514cb3eb61e7de3d4b97208f1c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 29 Jun 2023 12:02:09 +0200 Subject: [PATCH] Add explicit device name to Roborock (#95513) --- homeassistant/components/roborock/vacuum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/roborock/vacuum.py b/homeassistant/components/roborock/vacuum.py index 932febd80f0..5f66338ecc1 100644 --- a/homeassistant/components/roborock/vacuum.py +++ b/homeassistant/components/roborock/vacuum.py @@ -83,6 +83,7 @@ class RoborockVacuum(RoborockCoordinatedEntity, StateVacuumEntity): | VacuumEntityFeature.START ) _attr_translation_key = DOMAIN + _attr_name = None def __init__( self,