Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ## input select
  2. ## edit wallpaper image names, copy and paste in input_select and restart HA
  3.  
  4. auto_accentz:
  5. options:
  6. - 'rgba(0,0,0,0.0)'
  7. - Black
  8. - White
  9. - Lime
  10. - LimeGreen
  11. - Red
  12. - Yellow
  13. - Turquoise
  14. - SlateBlue
  15. - DarkSlateGrey
  16. - SlateGrey
  17. - Gray
  18. - DimGray
  19. - LightGray
  20. - Blue
  21. - DarkBlue
  22. - DodgerBlue
  23. - RoyalBlue
  24. - Magenta
  25. - Purple
  26. - Orange
  27. - Navy
  28. - Maroon
  29. - Chartreuse
  30. - Aquamarine
  31. - Aqua
  32.  
  33. auto_borderz:
  34. options:
  35. - 'rgba(0,0,0,0.0)'
  36. - Black
  37. - White
  38. - Lime
  39. - LimeGreen
  40. - Red
  41. - Yellow
  42. - Turquoise
  43. - SlateBlue
  44. - DarkSlateGrey
  45. - SlateGrey
  46. - Gray
  47. - DimGray
  48. - LightGray
  49. - Blue
  50. - DarkBlue
  51. - DodgerBlue
  52. - RoyalBlue
  53. - Purple
  54. - Orange
  55. - Navy
  56. - Maroon
  57. - Chartreuse
  58. - Aquamarine
  59. - Aqua
  60.  
  61. auto_cornerz:
  62. options:
  63. - 0px
  64. - 8px
  65. - 12px
  66. - 16px
  67. - 18px
  68. - 20px
  69. - 24px
  70. - 28px
  71.  
  72. auto_padding:
  73. options:
  74. - 0px
  75. - 1px
  76. - 2px
  77. - 3px
  78. - 5px
  79. - 10px
  80. - 20px
  81. - 30px
  82.  
  83. auto_shadowz:
  84. options:
  85. - '0,0,0,0.0'
  86. - '0,0,0,0.1'
  87. - '0,0,0,0.3'
  88. - '0,0,0,0.6'
  89. - '0,0,0,0.9'
  90. - '100,100,100,0.3'
  91. - '100,100,100,0.6'
  92. - '200,200,200,0.3'
  93. - '200,200,200,0.6'
  94.  
  95. wallpaper:
  96. options: # # # <<====== all of these are YOUR named wallpaper images
  97. - black_dotz
  98. - black_led
  99. - blue_line
  100. - black_wood5
  101. - blackSteel
  102. - colorful-images
  103. - ColorSunset
  104. - colorz
  105. - ledlite
  106. - lights
  107. - astronomy
  108. - Dark_city
  109. - purple-galaxy
  110. - black_wood
  111. - Fire
  112. - fire2
  113. - green.ice
  114. - moonBlue
  115. - cloudColorz
  116. - clouds3
  117. - Purple-fractals
  118. - space-tech
  119. - space01
  120. - space6
  121. - superMoon
  122. - moonLake
  123. - dawn
  124. - weather3
  125. - no_image
  126.  
  127. button_animation_2:
  128. options:
  129. - alarm
  130. - alert
  131. - ready
  132. - stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement