Fix Vallox fan entity naming (#96494)
parent
7539cf25be
commit
3b80deb2b7
|
@ -84,6 +84,7 @@ class ValloxFanEntity(ValloxEntity, FanEntity):
|
|||
"""Representation of the fan."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_supported_features = FanEntityFeature.PRESET_MODE | FanEntityFeature.SET_SPEED
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Reference in New Issue