mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-15 12:51:11 +02:00
Fix climate not available #52
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user