2019-02-18 18:11:53 +00:00
|
|
|
- alias: Ambilight HDMI
|
2019-01-16 12:47:15 +00:00
|
|
|
trigger:
|
2019-02-18 18:11:53 +00:00
|
|
|
platform: state
|
|
|
|
entity_id: switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
|
|
|
to: 'on'
|
2019-01-16 12:47:15 +00:00
|
|
|
action:
|
2019-02-18 18:11:53 +00:00
|
|
|
service: light.turn_on
|
|
|
|
data:
|
|
|
|
entity_id: light.ambilight
|
|
|
|
effect: HDMI
|
2019-01-16 12:47:15 +00:00
|
|
|
|
2019-02-18 18:11:53 +00:00
|
|
|
- alias: Musik an
|
2019-01-16 12:47:15 +00:00
|
|
|
trigger:
|
2019-02-18 18:11:53 +00:00
|
|
|
platform: state
|
|
|
|
entity_id: switch.harmony_music_bt
|
|
|
|
to: 'on'
|
2019-01-16 12:47:15 +00:00
|
|
|
action:
|
2019-02-18 18:11:53 +00:00
|
|
|
- service: script.livingroom_music_scenario_on
|
|
|
|
|
|
|
|
- alias: Musik aus
|
|
|
|
trigger:
|
|
|
|
platform: state
|
|
|
|
entity_id: switch.harmony_music_bt
|
|
|
|
to: 'off'
|
|
|
|
action:
|
|
|
|
- service: script.livingroom_music_scenario_off
|
2019-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
- alias: Ambilight aus
|
|
|
|
trigger:
|
2019-02-18 18:11:53 +00:00
|
|
|
platform: state
|
|
|
|
entity_id: switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
|
|
|
to: 'off'
|
|
|
|
action:
|
|
|
|
service: light.turn_off
|
|
|
|
data:
|
|
|
|
entity_id: light.ambilight
|
|
|
|
|
|
|
|
- alias: Ambilight aus wird zu an und schwarz
|
|
|
|
trigger:
|
|
|
|
platform: state
|
|
|
|
entity_id: light.ambilight
|
|
|
|
to: 'off'
|
2019-01-16 12:47:15 +00:00
|
|
|
action:
|
2019-02-18 18:11:53 +00:00
|
|
|
- service: script.ambilight_off
|