mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 18:48:22 +00:00
Add unique_id attribute to Alpha2Climate entity (#70964)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
7b69e20db7
commit
8f1df6b917
@ -50,6 +50,7 @@ class Alpha2Climate(CoordinatorEntity[Alpha2BaseCoordinator], ClimateEntity):
|
||||
"""Initialize Alpha2 ClimateEntity."""
|
||||
super().__init__(coordinator)
|
||||
self.heat_area_id = heat_area_id
|
||||
self._attr_unique_id = heat_area_id
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user