Advertisement
abeksis

script

May 20th, 2018
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. script:
  2. vacuum_all_except_bedroom_and_ensuite:
  3. alias: "Vacuum All Except Bedroom and Ensuite"
  4. sequence:
  5. - service: vacuum.send_command
  6. data:
  7. entity_id: vacuum.xiaomi_vacuum_cleaner
  8. command: app_zoned_clean
  9. params: [[16034,19737,26234,29237,1],[19487,29248,26237,32198,1]]
  10. vacuum_bedroom:
  11. alias: "Vacuum Bedroom"
  12. sequence:
  13. - service: vacuum.send_command
  14. data:
  15. entity_id: vacuum.xiaomi_vacuum_cleaner
  16. command: app_zoned_clean
  17. params: [[12038,27467,16088,32017,1]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement