From 3b80deb2b74d642e805f6b1abaa8c4be9253439e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Thu, 13 Jul 2023 21:42:30 +0300 Subject: [PATCH] Fix Vallox fan entity naming (#96494) --- homeassistant/components/vallox/fan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/vallox/fan.py b/homeassistant/components/vallox/fan.py index 34eee944114..b43dabbba80 100644 --- a/homeassistant/components/vallox/fan.py +++ b/homeassistant/components/vallox/fan.py @@ -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__(