Fix climate not available #52

This commit is contained in:
Andre Basche 2023-05-19 01:27:44 +02:00
parent 29238d3d08
commit d963086dbf
9 changed files with 13 additions and 25 deletions

View file

@ -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