diff --git a/homeassistant/components/group.py b/homeassistant/components/group.py index 96fe2a67143bdfc5f4cc13b0f0c40e48ef282438..61e77247aa614264843bd6618032cd136fb11b38 100644 --- a/homeassistant/components/group.py +++ b/homeassistant/components/group.py @@ -1,10 +1,11 @@ """ homeassistant.components.group ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Provides functionality to group devices that can be turned on or off. -""" +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/group.html +""" import homeassistant.core as ha from homeassistant.helpers import generate_entity_id from homeassistant.helpers.event import track_state_change