From 854b6c99feea86249efbc00651ca5dc4e9486266 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Wed, 19 Jun 2024 10:51:56 +0200 Subject: [PATCH] Address review on comment group registry maintenance (#119952) Address late review on comment group registry maintenance --- homeassistant/components/group/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/group/registry.py b/homeassistant/components/group/registry.py index c17a19e24fd..aba1b299ced 100644 --- a/homeassistant/components/group/registry.py +++ b/homeassistant/components/group/registry.py @@ -52,7 +52,7 @@ from .const import DOMAIN, REG_KEY # EXCLUDED_DOMAINS and ON_OFF_STATES are considered immutable # in respect that new platforms should not be added. -# The the only maintenance allowed here is +# The only maintenance allowed here is # if existing platforms add new ON or OFF states. EXCLUDED_DOMAINS: set[Platform | str] = { Platform.AIR_QUALITY,