Fixed group light -> light group typo (#20956)

This commit is contained in:
Galen Richards 2021-12-31 02:02:32 -08:00 committed by GitHub
parent ed56fd52fd
commit 49755f8085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_domain: group
---
The group light platform lets you combine multiple lights into one entity. All child lights of a light group can still be used as usual, but controlling the state of the grouped light will forward the command to each child light.
The light group platform lets you combine multiple lights into one entity. All child lights of a light group can still be used as usual, but controlling the state of the grouped light will forward the command to each child light.
To enable this platform in your installation, add the following to your `configuration.yaml` file: