1
0
ansible-home-assistant/configuration/automations/living-room-button.yaml
2022-04-18 23:36:00 +02:00

204 lines
6.0 KiB
YAML

# Living Room button
- id: living-room-button-1 # Upper Left
alias: '[Living Room] Button 1 - Office Light'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_1
action:
- service: script.table_lights_toggle
- id: living-room-button-2 # Upper right
alias: '[Living Room] Button 2 - Couch Light'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_2
action:
- choose:
- conditions:
- condition: state
entity_id: light.couch_lights
state: 'on'
sequence:
- service: light.turn_off
entity_id: light.couch_lights
- conditions:
- condition: state
entity_id: light.couch_lights
state: 'off'
sequence:
- choose:
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Day
sequence:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.sleep_mode
state: 'on'
sequence:
- service: light.turn_on
entity_id: light.couch_lights
data:
brightness_pct: 100
kelvin: 2000
- conditions:
- condition: state
entity_id: input_boolean.sleep_mode
state: 'off'
sequence:
- service: light.turn_on
entity_id: light.couch_lights
data:
brightness_pct: 100
kelvin: 3200
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Night
sequence:
- service: light.turn_on
entity_id: light.couch_lights
data:
brightness_pct: 5
kelvin: 2700
- id: living-room-button-3 # Middle left
alias: '[Living Room] Button 3 - AndroidTV'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_3
action:
- choose:
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Day
sequence:
- service: script.tv_atv
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Night
sequence:
- service: script.tv_atv
- id: living-room-button-4 # Middle right
alias: '[Living Room] Button 4 - Xbox'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_4
action:
- choose:
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Day
sequence:
- service: script.tv_xbox
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Night
sequence:
- service: script.tv_xbox
- id: living-room-button-5 # Bottom left
alias: '[Living Room] Button 5 - Nintendo Swithc'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_5
action:
- choose:
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Day
sequence:
- service: script.tv_nintendo_switch
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Night
sequence:
- service: script.tv_nintendo_switch
- id: living-room-button-6 # Bottom right
alias: '[Living Room] Button 6 - Playstation4'
description: ''
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_short_press
subtype: button_6
action:
- choose:
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Day
sequence:
- service: script.tv_ps4
- conditions:
- condition: state
entity_id: input_select.home_mode
state: Night
sequence:
- service: script.tv_ps4
- id: living-room-tv-off
alias: '[Living Room] Turn TV Off'
mode: single
trigger:
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_double_press
subtype: button_3
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_double_press
subtype: button_4
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_double_press
subtype: button_5
- device_id: 6f68b487f932c9b73d17ff82cb453617
domain: zha
platform: device
type: remote_button_alt_double_press
subtype: button_6
action:
- service: remote.turn_off
entity_id: remote.harmonyhub