mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 22:54:23 -04:00
Fix climate not available #52
This commit is contained in:
parent
29238d3d08
commit
d963086dbf
9 changed files with 13 additions and 25 deletions
|
@ -19,6 +19,7 @@ class HonEntity(CoordinatorEntity):
|
|||
|
||||
self._hon = hass.data[DOMAIN][entry.unique_id]
|
||||
self._hass = hass
|
||||
self._coordinator = coordinator
|
||||
self._device = device
|
||||
|
||||
self._attr_unique_id = self._device.unique_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue