Advertisement
adorobis

cover tilt positions

Aug 29th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.62 KB | None | 0 0
  1. cover_open_1:
  2.   alias: Żaluzja uchył 1
  3.   sequence:
  4.   - service: cover.set_cover_position
  5.     data:
  6.       entity_id: cover.shellyswitch25_483fda821821
  7.       position: 0
  8.   - wait_template: '{{ is_state(''cover.shellyswitch25_483fda821821'', ''closed'')
  9.       }}'
  10.     timeout: 00:01:00
  11.   - service: cover.set_cover_position
  12.     data:
  13.       entity_id: cover.shellyswitch25_483fda821821
  14.       position: 1
  15. cover_open_2:
  16.   alias: Żaluzja uchył 2
  17.   sequence:
  18.   - service: cover.set_cover_position
  19.     data:
  20.       entity_id: cover.shellyswitch25_483fda821821
  21.       position: 0
  22.   - wait_template: '{{ is_state(''cover.shellyswitch25_483fda821821'', ''closed'')
  23.       }}'
  24.     timeout: 00:01:00
  25.   - service: cover.set_cover_position
  26.     data:
  27.       entity_id: cover.shellyswitch25_483fda821821
  28.       position: 2
  29. cover_open_3:
  30.   alias: Żaluzja uchył 3
  31.   sequence:
  32.   - service: cover.set_cover_position
  33.     data:
  34.       entity_id: cover.shellyswitch25_483fda821821
  35.       position: 0
  36.   - wait_template: '{{ is_state(''cover.shellyswitch25_483fda821821'', ''closed'')
  37.       }}'
  38.     timeout: 00:01:00
  39.   - service: cover.set_cover_position
  40.     data:
  41.       entity_id: cover.shellyswitch25_483fda821821
  42.       position: 3
  43. cover_open_4:
  44.   alias: Żaluzja uchył 4
  45.   sequence:
  46.   - service: cover.set_cover_position
  47.     data:
  48.       entity_id: cover.shellyswitch25_483fda821821
  49.       position: 0
  50.   - wait_template: '{{ is_state(''cover.shellyswitch25_483fda821821'', ''closed'')
  51.       }}'
  52.     timeout: 00:01:00
  53.   - service: cover.set_cover_position
  54.     data:
  55.       entity_id: cover.shellyswitch25_483fda821821
  56.       position: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement