mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-12 11:31:01 +02:00
Use fan entity for wind speed
This commit is contained in:
@@ -213,7 +213,7 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
|
||||
|
||||
|
||||
class HonClimateEntity(HonEntity, ClimateEntity):
|
||||
entity_description = HonClimateEntityDescription
|
||||
entity_description: HonClimateEntityDescription
|
||||
|
||||
def __init__(self, hass, entry, device: HonAppliance, description) -> None:
|
||||
super().__init__(hass, entry, device, description)
|
||||
|
||||
Reference in New Issue
Block a user