mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 11:08:17 +00:00
Fix device telldus (#16224)
This commit is contained in:
parent
a953601abd
commit
3e65009ea9
@ -287,7 +287,6 @@ class TelldusLiveEntity(Entity):
|
|||||||
self._id = device_id
|
self._id = device_id
|
||||||
self._client = hass.data[DOMAIN]
|
self._client = hass.data[DOMAIN]
|
||||||
self._client.entities.append(self)
|
self._client.entities.append(self)
|
||||||
self.device = self._client.device(device_id)
|
|
||||||
self._name = self.device.name
|
self._name = self.device.name
|
||||||
_LOGGER.debug('Created device %s', self)
|
_LOGGER.debug('Created device %s', self)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user