Update light.hyperion.markdown (#6696)

* Update light.hyperion.markdown

* ✏️ Tweak
This commit is contained in:
IIIdefconIII 2018-10-11 22:03:08 +02:00 committed by Franck Nijhof
parent e8cbe07067
commit 6999238d61

View File

@ -61,3 +61,22 @@ light:
type: list
default: "['HDMI', 'Cinema brighten lights', 'Cinema dim lights', 'Knight rider', 'Blue mood blobs', 'Cold mood blobs', 'Full color mood blobs', 'Green mood blobs', 'Red mood blobs', 'Warm mood blobs', 'Police Lights Single', 'Police Lights Solid', 'Rainbow mood', 'Rainbow swirl fast', 'Rainbow swirl', 'Random', 'Running dots', 'System Shutdown', 'Snake', 'Sparks Color', 'Sparks', 'Strobe blue', 'Strobe Raspbmc', 'Strobe white', 'Color traces', 'UDP multicast listener', 'UDP listener', 'X-Mas']"
{% endconfiguration %}
## {% linkable_title Example %}
To start Hyperion with an effect, use the following automation:
```yaml
automation:
- id: one
alias: Turn Hyperion effect on when light goes on
trigger:
- platform: state
entity_id: light.hyperion
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.hyperion
effect: "Full color mood blobs"
```