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:
2026-06-22 15:54:57 +03:00
parent b7006c5f41
commit e3b9b123f2
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "2.14.1"
"version": "2.14.2"
}