From 09c32e4f2c03a701dfc2fae9abd2ff19c2c4827e Mon Sep 17 00:00:00 2001 From: Caius-Bonus <123886836+Caius-Bonus@users.noreply.github.com> Date: Sat, 30 Sep 2023 06:28:47 +0200 Subject: [PATCH] fix comment --- .../zha/core/cluster_handlers/manufacturerspecific.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py b/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py index a175bd861777e..ec1e38e57edc5 100644 --- a/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py +++ b/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py @@ -378,8 +378,7 @@ class IkeaRemote(ClusterHandler): def compare_quirk_class(cluster: zigpy.zcl.Cluster, name: str): - """ - This returns True if the last two words separated by dots equal the words between the dots in name + """Return True if the last two words separated by dots equal the words between the dots in name. This function should probably be moved to the base class """