File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
custom_components/fordconnect_query Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,11 @@ def _friendly_name_internal(self) -> str | None:
675675 if name is None and self .use_device_name :
676676 return device_name
677677
678+ # check if there is a user specified entity name (overwritten)
679+ if registry_entry := self .registry_entry :
680+ if registry_entry .has_entity_name and registry_entry .name is not None :
681+ name = registry_entry .name
682+
678683 # we overwrite the default impl here and just return our 'name'
679684 # return f"{device_name} {name}" if device_name else name
680685 if device_entry .name_by_user is not None :
Original file line number Diff line number Diff line change 99 "iot_class" : " cloud_polling" ,
1010 "issue_tracker" : " https://github.com/marq24/ha-fordconnect-query/issues" ,
1111 "requirements" : [],
12- "version" : " 2026.3.2 "
12+ "version" : " 2026.3.3 "
1313}
You can’t perform that action at this time.
0 commit comments