Set unique id in ephember (#143180)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Maksim Doroshko 2025-04-25 23:06:16 +01:00 committed by GitHub
parent 7a105de969
commit 4c9cd70f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,7 @@ class EphEmberThermostat(ClimateEntity):
self._ember = ember
self._zone_name = zone_name(zone)
self._zone = zone
self._attr_unique_id = zone["zoneid"]
# hot water = true, is immersive device without target temperature control.
self._hot_water = zone_is_hotwater(zone)