mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
fix unique_id for Tellduslive sensors (#19389)
This commit is contained in:
parent
c7ea1d07be
commit
40d8bd43a1
@ -146,4 +146,4 @@ class TelldusLiveSensor(TelldusLiveEntity):
|
||||
@property
|
||||
def unique_id(self) -> str:
|
||||
"""Return a unique ID."""
|
||||
return "-".join(self._id[0:2])
|
||||
return "-".join(map(str, self._id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user