Skip to content

Commit

Permalink
add unique id propertie
Browse files Browse the repository at this point in the history
  • Loading branch information
djbulsink authored Jul 18, 2021
1 parent 65fb106 commit fc0b613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/panasonic_ac/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ def name(self):
"""Return the display name of this climate."""
return self._device['name']

@property
def unique_id(self):
"""Return the unique id of this climate."""
return self._device['id']

@property
def group(self):
"""Return the display group of this climate."""
Expand Down

0 comments on commit fc0b613

Please sign in to comment.