fix: derive Dreame Vacuum name from device to avoid doubled friendly_name
The Dreame integration names the vacuum entity ' <device name>' (leading space), so HA composes the entity friendly_name as the device name twice (e.g. 'Z10 Pro Z10 Pro'). Derive vacuum_name from the device's name_by_user/name instead, falling back to friendly_name then entity_id. Bump blueprint_version to 1.2.1 and manifest to 2.14.2.
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2.14.1"
|
||||
"version": "2.14.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user