Fix Vallox fan entity naming (#96494)

pull/96965/head
Sebastian Lövdahl 2023-07-13 21:42:30 +03:00 committed by Franck Nijhof
parent bc795f4953
commit a50a96b687
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 0 deletions

View File

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