Add ring, emulated toku

Tá an tiomantas seo le fáil i:
Florian Brinker
2019-01-26 00:16:30 +01:00
tuismitheoir 8145acc29f
tiomantas dd04964e62
D'athraigh 3 comhad le 78 breiseanna agus 2 scriosta

Féach ar an gComhad

@@ -31,5 +31,5 @@
message: 'Anbei die Log-Datei :)'
data:
document:
file: /backuplogs/sync.err.log
file: /backuplogs/sync.out.log
caption: Backup Sync Log

65
automations/roku.yaml Comhad gnáth
Féach ar an gComhad

@@ -0,0 +1,65 @@
- alias: Roku Ambilight HDMI
trigger:
- platform: event
event_type: roku_command
event_data:
source_name: Home Assistant
type: keypress
key: Fwd
action:
service: light.turn_on
data:
entity_id: light.ambilight
effect: "HDMI"
- alias: Roku Ambilight Effect Rainbow
trigger:
- platform: event
event_type: roku_command
event_data:
source_name: Home Assistant
type: keypress
key: Play
action:
service: light.turn_on
data:
entity_id: light.ambilight
effect: "Rainbow swirl"
- alias: Roku Ambilight Light
trigger:
- platform: event
event_type: roku_command
event_data:
source_name: Home Assistant
type: keypress
key: Rev
action:
service: light.turn_on
data:
entity_id: light.ambilight
rgb_color: [255,63,0]
brightness: 255
- alias: Roku Ambilight Toggle
trigger:
- platform: event
event_type: roku_command
event_data:
source_name: Home Assistant
type: keypress
key: Left
action:
service: light.toggle
data:
entity_id: light.ambilight
- alias: Roku Mood Light Toggle
trigger:
- platform: event
event_type: roku_command
event_data:
source_name: Home Assistant
type: keypress
key: Right
action:
service: light.toggle
data:
entity_id: light.stimmungslicht