Skip to content

Commit

Permalink
Merge pull request ha-warmup#40 from grmek/patch-1
Browse files Browse the repository at this point in the history
Add unique id to the WarmupThermostat entity.
  • Loading branch information
artmg authored May 5, 2022
2 parents 618e3f6 + 57bfef6 commit df4af9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warmup/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def __init__(self, hass, device: Warmup4IEDevice, client: WarmupClient):
self._min_temp = device.min_temp
self._max_temp = device.max_temp
self._name = device.get_room_name()
self._attr_unique_id = "warmup_" + device.get_serial_number()

self._current_operation_mode = device.run_mode
self._away = False
Expand Down

0 comments on commit df4af9a

Please sign in to comment.