mirror of
https://github.com/home-assistant/core.git
synced 2025-08-27 08:21:36 +02:00
Fix Vallox fan entity naming (#96494)
This commit is contained in:
committed by
Franck Nijhof
parent
bc795f4953
commit
a50a96b687
@@ -84,6 +84,7 @@ class ValloxFanEntity(ValloxEntity, FanEntity):
|
|||||||
"""Representation of the fan."""
|
"""Representation of the fan."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_name = None
|
||||||
_attr_supported_features = FanEntityFeature.PRESET_MODE | FanEntityFeature.SET_SPEED
|
_attr_supported_features = FanEntityFeature.PRESET_MODE | FanEntityFeature.SET_SPEED
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Reference in New Issue
Block a user