From 589e3952dee2e84a9cd2a696770858ae7f7dbcd3 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Sun, 11 Feb 2024 21:16:06 +0100 Subject: [PATCH] Fix TDBU naming in Motionblinds (#110283) fix TDBU naming --- homeassistant/components/motion_blinds/cover.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/motion_blinds/cover.py b/homeassistant/components/motion_blinds/cover.py index c987e1bb10a..9dde08af5f0 100644 --- a/homeassistant/components/motion_blinds/cover.py +++ b/homeassistant/components/motion_blinds/cover.py @@ -400,6 +400,7 @@ class MotionTDBUDevice(MotionPositionDevice): def __init__(self, coordinator, blind, device_class, motor): """Initialize the blind.""" super().__init__(coordinator, blind, device_class) + delattr(self, "_attr_name") self._motor = motor self._motor_key = motor[0] self._attr_translation_key = motor.lower()