From 55de563511987251e5fdda75605d180ef5486920 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Oct 2015 15:09:01 +0100 Subject: [PATCH] Add link to docs --- homeassistant/components/group.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/group.py b/homeassistant/components/group.py index 96fe2a67143..61e77247aa6 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