Advertisement
Einstine1984

Untitled

Dec 24th, 2021
1,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.32 KB | None | 0 0
  1.  - conditions:
  2.       - condition: trigger
  3.         id: '2'
  4.     sequence:
  5.       - delay:
  6.           hours: 0
  7.           minutes: 0
  8.           seconds: 2
  9.           milliseconds: 0
  10.       - wait_for_trigger:
  11.           - device_id: b393c38dc54e6a7a62198d09119d5386
  12.             domain: zha
  13.             platform: device
  14.             type: remote_button_double_press
  15.             subtype: button_1
  16.         timeout: '00:00:02'
  17.         continue_on_timeout: false
  18.       - delay:
  19.           hours: 0
  20.           minutes: 0
  21.           seconds: 1
  22.           milliseconds: 0
  23.       - wait_for_trigger:
  24.           - device_id: b393c38dc54e6a7a62198d09119d5386
  25.             domain: zha
  26.             platform: device
  27.             type: remote_button_double_press
  28.             subtype: button_3
  29.         continue_on_timeout: false
  30.         timeout: '00:00:02'
  31.       - delay:
  32.           hours: 0
  33.           minutes: 0
  34.           seconds: 3
  35.           milliseconds: 0
  36.       - wait_for_trigger: []
  37.         timeout: '00:00:02'
  38.         continue_on_timeout: false
  39.       - wait_for_trigger:
  40.           - device_id: b393c38dc54e6a7a62198d09119d5386
  41.             domain: zha
  42.             platform: device
  43.             type: remote_button_double_press
  44.             subtype: button_3
  45.       - service: lock.open
  46.         target:
  47.           entity_id: lock.lockskov
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement