Skip to content
Snippets Groups Projects
Commit c3c248bc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Add link to docs

parent bf027fcd
No related branches found
No related tags found
No related merge requests found
"""
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment