Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
safepay committed Mar 8, 2020
1 parent 714c877 commit 9228f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/fronius_inverter/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def available(self, utcnow=None):

@property
def unique_id(self):
"""Return the cover unique id."""
"""Return the unique id."""
return f"{self._client} {self._name}"

@property
Expand Down

0 comments on commit 9228f35

Please sign in to comment.