Add unique-ids to maxcube component (#49196)
This commit is contained in:
parent
8ce74e598d
commit
aaa600e00a
4 changed files with 26 additions and 0 deletions
|
@ -87,6 +87,11 @@ class MaxCubeClimate(ClimateEntity):
|
|||
"""Return the name of the climate device."""
|
||||
return self._name
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
"""Return a unique ID."""
|
||||
return self._device.serial
|
||||
|
||||
@property
|
||||
def min_temp(self):
|
||||
"""Return the minimum temperature."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue