Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Ikea Remote 1 - right arrow hold
- description: ''
- trigger:
- - platform: state
- entity_id: sensor.ikea_remote_1_action
- to: arrow_right_hold
- id: hold
- - platform: state
- entity_id:
- - sensor.ikea_remote_1_action
- to: arrow_right_release
- id: release
- condition: []
- action:
- - choose:
- - conditions:
- - condition: trigger
- id: hold
- sequence:
- - repeat:
- until:
- - condition: template
- value_template: '{{ repeat.index > 20 }}'
- sequence:
- - service: media_player.volume_up
- data: {}
- target:
- entity_id: media_player.szary_main
- - delay:
- hours: 0
- minutes: 0
- seconds: 0
- milliseconds: 200
- default: []
- mode: restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement