Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. play:
  2. alias: Play Spotify
  3. sequence:
  4. - alias: Play Spotify
  5. service: media_player.media_play
  6. data:
  7. entity_id: media_player.spotify
  8. pause:
  9. alias: Pause Spotify
  10. sequence:
  11. - alias: Pause Spotify
  12. service: media_player.media_pause
  13. data:
  14. entity_id: media_player.spotify
  15. coverup:
  16. alias: Cover Up
  17. sequence:
  18. - alias: Cancel Down Script
  19. service: script.turn_off
  20. data:
  21. entity_id: script.coverdown
  22. - alias: Switch Direction Relay ON (upwards)
  23. service: switch.turn_on
  24. data:
  25. entity_id: switch.coverdirection
  26. - delay:
  27. seconds: 1
  28. - alias: Enable Pre Relay
  29. service: switch.turn_on
  30. data:
  31. entity_id: switch.coverenable
  32. coverdown:
  33. alias: Cover Down
  34. sequence:
  35. - alias: Cancel Up Script
  36. service: script.turn_off
  37. data:
  38. entity_id: script.coverup
  39. - alias: Switch Direction Relay OFF (downwards)
  40. service: switch.turn_off
  41. data:
  42. entity_id: switch.coverdirection
  43. - delay:
  44. seconds: 1
  45. - alias: Enable Pre Relay
  46. service: switch.turn_on
  47. data:
  48. entity_id: switch.coverenable
  49. covertilt:
  50. alias: Cover Tilt
  51. sequence:
  52. - alias: Switch Direction Relay ON (upwards)
  53. service: switch.turn_on
  54. data:
  55. entity_id: switch.coverdirection
  56. - delay:
  57. seconds: 1
  58. - alias: Enable Pre Relay
  59. service: switch.turn_on
  60. data:
  61. entity_id: switch.coverenable
  62. - delay:
  63. seconds: 2
  64. - alias: Disable Pre Relay
  65. service: switch.turn_off
  66. data:
  67. entity_id: switch.coverenable
  68. - delay:
  69. seconds: 1
  70. - alias: Switch Direction Relay OFF (does not matter, but saves power)
  71. service: switch.turn_off
  72. data:
  73. entity_id: switch.coverdirection
  74. coverstop:
  75. alias: Cover Stop
  76. sequence:
  77. - alias: Disable Pre Relay
  78. service: switch.turn_off
  79. data:
  80. entity_id: switch.coverenable
  81. - delay:
  82. seconds: 1
  83. - alias: Switch Direction Relay OFF (does not matter, but saves power)
  84. service: switch.turn_off
  85. data:
  86. entity_id: switch.coverdirection
  87. fadein:
  88. alias: Fade In LEDs
  89. sequence:
  90. - alias: Turn on with transition
  91. service: light.turn_on
  92. data:
  93. entity_id: light.led_strip
  94. brightness: 255
  95. transition: 5