Няма описание
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. - delay:
  33. seconds: 90
  34. - alias: Stop Covers by calling script
  35. service: script.turn_on
  36. data:
  37. entity_id: script.coverstop
  38. coverdown:
  39. alias: Cover Down
  40. sequence:
  41. - alias: Cancel Up Script
  42. service: script.turn_off
  43. data:
  44. entity_id: script.coverup
  45. - alias: Switch Direction Relay OFF (downwards)
  46. service: switch.turn_off
  47. data:
  48. entity_id: switch.coverdirection
  49. - delay:
  50. seconds: 1
  51. - alias: Enable Pre Relay
  52. service: switch.turn_on
  53. data:
  54. entity_id: switch.coverenable
  55. - delay:
  56. seconds: 90
  57. - alias: Stop Covers by calling script
  58. service: script.turn_on
  59. data:
  60. entity_id: script.coverstop
  61. covertilt:
  62. alias: Cover Tilt
  63. sequence:
  64. - alias: Cancel Down Script
  65. service: script.turn_off
  66. data:
  67. entity_id: script.coverdown
  68. - alias: Switch Direction Relay ON (upwards)
  69. service: switch.turn_on
  70. data:
  71. entity_id: switch.coverdirection
  72. - delay:
  73. seconds: 1
  74. - alias: Enable Pre Relay
  75. service: switch.turn_on
  76. data:
  77. entity_id: switch.coverenable
  78. - delay: '00:00:02'
  79. - alias: Stop Covers by calling script
  80. service: script.turn_on
  81. data:
  82. entity_id: script.coverstop
  83. coverstop:
  84. alias: Cover Stop
  85. sequence:
  86. - alias: Cancel Down Script
  87. service: script.turn_off
  88. data:
  89. entity_id: script.coverdown
  90. - alias: Cancel Up Script
  91. service: script.turn_off
  92. data:
  93. entity_id: script.coverup
  94. - alias: Disable Pre Relay
  95. service: switch.turn_off
  96. data:
  97. entity_id: switch.coverenable
  98. - delay:
  99. seconds: 2
  100. - alias: Switch Direction Relay OFF (does not matter, but saves power)
  101. service: switch.turn_off
  102. data:
  103. entity_id: switch.coverdirection
  104. fadein:
  105. alias: Fade In LEDs
  106. sequence:
  107. - alias: Turn on with transition
  108. service: light.turn_on
  109. data:
  110. entity_id: light.led_strip
  111. brightness: 255
  112. transition: 5