mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-09 20:00:49 +02:00
Fix climate not available #52
This commit is contained in:
@@ -200,8 +200,6 @@ class HonNumberEntity(HonEntity, NumberEntity):
|
||||
def __init__(self, hass, coordinator, entry, device, description) -> None:
|
||||
super().__init__(hass, entry, coordinator, device)
|
||||
|
||||
self._coordinator = coordinator
|
||||
self._device = device
|
||||
self._data = device.settings[description.key]
|
||||
self.entity_description = description
|
||||
self._attr_unique_id = f"{super().unique_id}{description.key}"
|
||||
|
||||
Reference in New Issue
Block a user