Fix device telldus (#16224)
This commit is contained in:
parent
a953601abd
commit
3e65009ea9
1 changed files with 0 additions and 1 deletions
|
@ -287,7 +287,6 @@ class TelldusLiveEntity(Entity):
|
|||
self._id = device_id
|
||||
self._client = hass.data[DOMAIN]
|
||||
self._client.entities.append(self)
|
||||
self.device = self._client.device(device_id)
|
||||
self._name = self.device.name
|
||||
_LOGGER.debug('Created device %s', self)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue