From 99ddf9bbc04f41c83b5788515d9393e01f7a05d0 Mon Sep 17 00:00:00 2001 From: GavinIves Date: Wed, 9 Jul 2025 03:08:08 +0000 Subject: [PATCH] fix bug --- custom_components/xiaomi_home/light.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/xiaomi_home/light.py b/custom_components/xiaomi_home/light.py index c6e0048..98384e6 100644 --- a/custom_components/xiaomi_home/light.py +++ b/custom_components/xiaomi_home/light.py @@ -48,7 +48,6 @@ Light entities for Xiaomi Home. from __future__ import annotations import logging -from tkinter import N from typing import Any, Optional, List, Dict from homeassistant.config_entries import ConfigEntry