Skip to content

Commit

Permalink
Address review on comment group registry maintenance (#119952)
Browse files Browse the repository at this point in the history
Address late review on comment group registry maintenance
  • Loading branch information
jbouwh committed Jun 19, 2024
1 parent a642454 commit 854b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/group/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# 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,
Expand Down

0 comments on commit 854b6c9

Please sign in to comment.