mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Add link to docs
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.scene
|
homeassistant.components.scene
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Allows users to set and activate scenes.
|
||||||
|
|
||||||
Allows users to set and activate scenes within Home Assistant.
|
For more details about this component, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/scene.html
|
||||||
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.
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
Reference in New Issue
Block a user