mirror of
https://github.com/home-assistant/core.git
synced 2026-04-23 18:29:20 +01:00
Move has entity name to parent entity in Airzone Cloud (#102961)
airzone_cloud: consolidate _attr_has_entity_name Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5648dc6cd1
commit
7e4e124f50
@@ -34,6 +34,8 @@ _LOGGER = logging.getLogger(__name__)
|
||||
class AirzoneEntity(CoordinatorEntity[AirzoneUpdateCoordinator], ABC):
|
||||
"""Define an Airzone Cloud entity."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
|
||||
@property
|
||||
def available(self) -> bool:
|
||||
"""Return Airzone Cloud entity availability."""
|
||||
|
||||
Reference in New Issue
Block a user