mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Tweak handling of entities with has_entity_name set (#74948)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -544,6 +544,7 @@ class EntityPlatform:
|
||||
entity_category=entity.entity_category,
|
||||
hidden_by=hidden_by,
|
||||
known_object_ids=self.entities.keys(),
|
||||
has_entity_name=entity.has_entity_name,
|
||||
original_device_class=entity.device_class,
|
||||
original_icon=entity.icon,
|
||||
original_name=entity.name,
|
||||
|
||||
Reference in New Issue
Block a user