From c3c248bc0a9225a9da7e28e6e36c4672198747e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sun, 25 Oct 2015 15:13:38 +0100 Subject: [PATCH] Add link to docs --- homeassistant/components/scene.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/scene.py b/homeassistant/components/scene.py index 66c15f8272f..48d7389b454 100644 --- a/homeassistant/components/scene.py +++ b/homeassistant/components/scene.py @@ -1,11 +1,10 @@ """ homeassistant.components.scene ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Allows users to set and activate scenes. -Allows users to set and activate scenes within Home Assistant. - -A scene is a set of states that describe how you want certain entities to be. -For example, light A should be red with 100 brightness. Light B should be on. +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/scene.html """ import logging from collections import namedtuple -- GitLab