Skip to content

Commit

Permalink
Fix Vallox fan entity naming (#96494)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Jul 13, 2023
1 parent 7539cf2 commit 3b80deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/vallox/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__(
Expand Down

0 comments on commit 3b80deb

Please sign in to comment.