Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. {"template": "acceleration","bgColor": "rgb(0,0,1)","state": "active"},{"template": "acceleration","bgColor": "rgb(0,0,2)","state": "inactive"},{"template": "bulb","bgColor": "rgb(0,0,3)","state": "off"},{"template": "bulb","bgColor": "rgb(0,0,4)","state": "on"},{"template": "bulb-color","bgColor": "rgb(0,0,5)","state": "off"},{"template": "bulb-color","bgColor": "rgb(0,0,6)","state": "on"},{"template": "buttons","bgColor": "rgb(0,0,7)","state": "default"},{"template": "momentary","bgColor": "rgb(0,0,8)","state": "default"},{"template": "level-step","bgColor": "rgb(0,0,9)","state": "default"},{"template": "carbon-monoxide","bgColor": "rgb(0,0,10)","state": "detected"},{"template": "carbon-monoxide","bgColor": "rgb(0,0,11)","state": "clear"},{"template": "contact","bgColor": "rgb(0,0,12)","state": "open"},{"template": "contact","bgColor": "rgb(0,0,13)","state": "closed"},{"template": "multi","bgColor": "rgb(0,0,14)","state": "open"},{"template": "multi","bgColor": "rgb(0,0,15)","state": "closed"},{"template": "dimmer","bgColor": "rgb(0,0,16)","state": "off"},{"template": "dimmer","bgColor": "rgb(0,0,17)","state": "on"},{"template": "door","bgColor": "rgb(0,0,18)","state": "open"},{"template": "door","bgColor": "rgb(0,0,19)","state": "closed"},{"template": "door-control","bgColor": "rgb(0,0,20)","state": "open"},{"template": "door-control","bgColor": "rgb(0,0,21)","state": "closed"},{"template": "door-control","bgColor": "rgb(0,0,22)","state": "closing"},{"template": "door-control","bgColor": "rgb(0,0,23)","state": "opening"},{"template": "fan","bgColor": "rgb(0,0,24)","state": "off"},{"template": "fan","bgColor": "rgb(0,0,25)","state": "on"},{"template": "fan","bgColor": "rgb(0,0,26)","state": "low"},{"template": "fan","bgColor": "rgb(0,0,27)","state": "medium-low"},{"template": "fan","bgColor": "rgb(0,0,28)","state": "medium"},{"template": "fan","bgColor": "rgb(0,0,29)","state": "medium-high"},{"template": "fan","bgColor": "rgb(0,0,30)","state": "high"},{"template": "fan","bgColor": "rgb(0,0,31)","state": "auto"},{"template": "garage","bgColor": "rgb(0,0,32)","state": "open"},{"template": "garage","bgColor": "rgb(0,0,33)","state": "closed"},{"template": "garage","bgColor": "rgb(0,0,34)","state": "opening"},{"template": "garage","bgColor": "rgb(0,0,35)","state": "closing"},{"template": "garage-control","bgColor": "rgb(0,0,36)","state": "open"},{"template": "garage-control","bgColor": "rgb(0,0,37)","state": "closed"},{"template": "garage-control","bgColor": "rgb(0,0,38)","state": "opening"},{"template": "garage-control","bgColor": "rgb(0,0,39)","state": "closing"},{"template": "lock","bgColor": "rgb(0,0,40)","state": "locked"},{"template": "lock","bgColor": "rgb(0,0,41)","state": "unlocked"},{"template": "motion","bgColor": "rgb(0,0,42)","state": "active"},{"template": "motion","bgColor": "rgb(0,0,43)","state": "inactive"},{"template": "outlet","bgColor": "rgb(0,0,44)","state": "on"},{"template": "outlet","bgColor": "rgb(0,0,45)","state": "off"},{"template": "presence","bgColor": "rgb(0,0,46)","state": "present"},{"template": "presence","bgColor": "rgb(0,0,47)","state": "not_present"},{"template": "relay","bgColor": "rgb(0,0,48)","state": "on"},{"template": "relay","bgColor": "rgb(0,0,49)","state": "off"},{"template": "shades","bgColor": "rgb(0,0,50)","state": "on"},{"template": "shades","bgColor": "rgb(0,0,51)","state": "open"},{"template": "shades","bgColor": "rgb(0,0,52)","state": "off"},{"template": "shades","bgColor": "rgb(0,0,53)","state": "closed"},{"template": "shades","bgColor": "rgb(0,0,54)","state": "opening"},{"template": "shades","bgColor": "rgb(0,0,55)","state": "partially_open"},{"template": "shades","bgColor": "rgb(0,0,56)","state": "closing"},{"template": "shock","bgColor": "rgb(0,0,57)","state": "clear"},{"template": "shock","bgColor": "rgb(0,0,58)","state": "detected"},{"template": "smoke","bgColor": "rgb(0,0,59)","state": "detected"},{"template": "smoke","bgColor": "rgb(0,0,60)","state": "clear"},{"template": "switch","bgColor": "rgb(0,0,61)","state": "on"},{"template": "switch","bgColor": "rgb(0,0,62)","state": "off"},{"template": "valve","bgColor": "rgb(0,0,63)","state": "open"},{"template": "valve","bgColor": "rgb(0,0,64)","state": "closed"},{"template": "volume","bgColor": "rgb(0,0,65)","state": "default"},{"template": "water","bgColor": "rgb(0,0,66)","state": "wet"},{"template": "water","bgColor": "rgb(0,0,67)","state": "dry"},{"template": "window","bgColor": "rgb(0,0,68)","state": "open"},{"template": "window","bgColor": "rgb(0,0,69)","state": "closed"},{"template": "scene","bgColor": "rgb(0,0,70)","state": "default"}
  2.  
  3.  
  4. .tile.acceleration[style*="background-color: rgb(0, 0, 1);"] { /* active */
  5. background-color: blue !important;
  6. }
  7.  
  8. .tile.acceleration[style*="background-color: rgb(0, 0, 2);"] { /* inactive */
  9. background-color: blue !important;
  10. }
  11.  
  12. .tile.bulb[style*="background-color: rgb(0, 0, 3);"] { /* off */
  13. background-color: blue !important;
  14. }
  15.  
  16. .tile.bulb[style*="background-color: rgb(0, 0, 4);"] { /* on */
  17. background-color: blue !important;
  18. }
  19.  
  20. .tile.bulb-color[style*="background-color: rgb(0, 0, 5);"] { /* off */
  21. background-color: blue !important;
  22. }
  23.  
  24. .tile.bulb-color[style*="background-color: rgb(0, 0, 6);"] { /* on */
  25. background-color: blue !important;
  26. }
  27.  
  28. .tile.buttons[style*="background-color: rgb(0, 0, 7);"] { /* default */
  29. background-color: blue !important;
  30. }
  31.  
  32. .tile.momentary[style*="background-color: rgb(0, 0, 8);"] { /* default */
  33. background-color: blue !important;
  34. }
  35.  
  36. .tile.level-step[style*="background-color: rgb(0, 0, 9);"] { /* default */
  37. background-color: blue !important;
  38. }
  39.  
  40. .tile.carbon-monoxide[style*="background-color: rgb(0, 0, 10);"] { /* detected */
  41. background-color: blue !important;
  42. }
  43.  
  44. .tile.carbon-monoxide[style*="background-color: rgb(0, 0, 11);"] { /* clear */
  45. background-color: blue !important;
  46. }
  47.  
  48. .tile.contact[style*="background-color: rgb(0, 0, 12);"] { /* open */
  49. background-color: blue !important;
  50. }
  51.  
  52. .tile.contact[style*="background-color: rgb(0, 0, 13);"] { /* closed */
  53. background-color: blue !important;
  54. }
  55.  
  56. .tile.multi[style*="background-color: rgb(0, 0, 14);"] { /* open */
  57. background-color: blue !important;
  58. }
  59.  
  60. .tile.multi[style*="background-color: rgb(0, 0, 15);"] { /* closed */
  61. background-color: blue !important;
  62. }
  63.  
  64. .tile.dimmer[style*="background-color: rgb(0, 0, 16);"] { /* off */
  65. background-color: blue !important;
  66. }
  67.  
  68. .tile.dimmer[style*="background-color: rgb(0, 0, 17);"] { /* on */
  69. background-color: blue !important;
  70. }
  71.  
  72. .tile.door[style*="background-color: rgb(0, 0, 18);"] { /* open */
  73. background-color: blue !important;
  74. }
  75.  
  76. .tile.door[style*="background-color: rgb(0, 0, 19);"] { /* closed */
  77. background-color: blue !important;
  78. }
  79.  
  80. .tile.door-control[style*="background-color: rgb(0, 0, 20);"] { /* open */
  81. background-color: blue !important;
  82. }
  83.  
  84. .tile.door-control[style*="background-color: rgb(0, 0, 21);"] { /* closed */
  85. background-color: blue !important;
  86. }
  87.  
  88. .tile.door-control[style*="background-color: rgb(0, 0, 22);"] { /* closing */
  89. background-color: blue !important;
  90. }
  91.  
  92. .tile.door-control[style*="background-color: rgb(0, 0, 23);"] { /* opening */
  93. background-color: blue !important;
  94. }
  95.  
  96. .tile.fan[style*="background-color: rgb(0, 0, 24);"] { /* off */
  97. background-color: blue !important;
  98. }
  99.  
  100. .tile.fan[style*="background-color: rgb(0, 0, 25);"] { /* on */
  101. background-color: blue !important;
  102. }
  103.  
  104. .tile.fan[style*="background-color: rgb(0, 0, 26);"] { /* low */
  105. background-color: blue !important;
  106. }
  107.  
  108. .tile.fan[style*="background-color: rgb(0, 0, 27);"] { /* medium-low */
  109. background-color: blue !important;
  110. }
  111.  
  112. .tile.fan[style*="background-color: rgb(0, 0, 28);"] { /* medium */
  113. background-color: blue !important;
  114. }
  115.  
  116. .tile.fan[style*="background-color: rgb(0, 0, 29);"] { /* medium-high */
  117. background-color: blue !important;
  118. }
  119.  
  120. .tile.fan[style*="background-color: rgb(0, 0, 30);"] { /* high */
  121. background-color: blue !important;
  122. }
  123.  
  124. .tile.fan[style*="background-color: rgb(0, 0, 31);"] { /* auto */
  125. background-color: blue !important;
  126. }
  127.  
  128. .tile.garage[style*="background-color: rgb(0, 0, 32);"] { /* open */
  129. background-color: blue !important;
  130. }
  131.  
  132. .tile.garage[style*="background-color: rgb(0, 0, 33);"] { /* closed */
  133. background-color: blue !important;
  134. }
  135.  
  136. .tile.garage[style*="background-color: rgb(0, 0, 34);"] { /* opening */
  137. background-color: blue !important;
  138. }
  139.  
  140. .tile.garage[style*="background-color: rgb(0, 0, 35);"] { /* closing */
  141. background-color: blue !important;
  142. }
  143.  
  144. .tile.garage-control[style*="background-color: rgb(0, 0, 36);"] { /* open */
  145. background-color: blue !important;
  146. }
  147.  
  148. .tile.garage-control[style*="background-color: rgb(0, 0, 37);"] { /* closed */
  149. background-color: blue !important;
  150. }
  151.  
  152. .tile.garage-control[style*="background-color: rgb(0, 0, 38);"] { /* opening */
  153. background-color: blue !important;
  154. }
  155.  
  156. .tile.garage-control[style*="background-color: rgb(0, 0, 39);"] { /* closing */
  157. background-color: blue !important;
  158. }
  159.  
  160. .tile.lock[style*="background-color: rgb(0, 0, 40);"] { /* locked */
  161. background-color: blue !important;
  162. }
  163.  
  164. .tile.lock[style*="background-color: rgb(0, 0, 41);"] { /* unlocked */
  165. background-color: blue !important;
  166. }
  167.  
  168. .tile.motion[style*="background-color: rgb(0, 0, 42);"] { /* active */
  169. background-color: blue !important;
  170. }
  171.  
  172. .tile.motion[style*="background-color: rgb(0, 0, 43);"] { /* inactive */
  173. background-color: blue !important;
  174. }
  175.  
  176. .tile.outlet[style*="background-color: rgb(0, 0, 44);"] { /* on */
  177. background-color: blue !important;
  178. }
  179.  
  180. .tile.outlet[style*="background-color: rgb(0, 0, 45);"] { /* off */
  181. background-color: blue !important;
  182. }
  183.  
  184. .tile.presence[style*="background-color: rgb(0, 0, 46);"] { /* present */
  185. background-color: blue !important;
  186. }
  187.  
  188. .tile.presence[style*="background-color: rgb(0, 0, 47);"] { /* not_present */
  189. background-color: blue !important;
  190. }
  191.  
  192. .tile.relay[style*="background-color: rgb(0, 0, 48);"] { /* on */
  193. background-color: blue !important;
  194. }
  195.  
  196. .tile.relay[style*="background-color: rgb(0, 0, 49);"] { /* off */
  197. background-color: blue !important;
  198. }
  199.  
  200. .tile.shades[style*="background-color: rgb(0, 0, 50);"] { /* on */
  201. background-color: blue !important;
  202. }
  203.  
  204. .tile.shades[style*="background-color: rgb(0, 0, 51);"] { /* open */
  205. background-color: blue !important;
  206. }
  207.  
  208. .tile.shades[style*="background-color: rgb(0, 0, 52);"] { /* off */
  209. background-color: blue !important;
  210. }
  211.  
  212. .tile.shades[style*="background-color: rgb(0, 0, 53);"] { /* closed */
  213. background-color: blue !important;
  214. }
  215.  
  216. .tile.shades[style*="background-color: rgb(0, 0, 54);"] { /* opening */
  217. background-color: blue !important;
  218. }
  219.  
  220. .tile.shades[style*="background-color: rgb(0, 0, 55);"] { /* partially_open */
  221. background-color: blue !important;
  222. }
  223.  
  224. .tile.shades[style*="background-color: rgb(0, 0, 56);"] { /* closing */
  225. background-color: blue !important;
  226. }
  227.  
  228. .tile.shock[style*="background-color: rgb(0, 0, 57);"] { /* clear */
  229. background-color: blue !important;
  230. }
  231.  
  232. .tile.shock[style*="background-color: rgb(0, 0, 58);"] { /* detected */
  233. background-color: blue !important;
  234. }
  235.  
  236. .tile.smoke[style*="background-color: rgb(0, 0, 59);"] { /* detected */
  237. background-color: blue !important;
  238. }
  239.  
  240. .tile.smoke[style*="background-color: rgb(0, 0, 60);"] { /* clear */
  241. background-color: blue !important;
  242. }
  243.  
  244. .tile.switch[style*="background-color: rgb(0, 0, 61);"] { /* on */
  245. background-color: blue !important;
  246. }
  247.  
  248. .tile.switch[style*="background-color: rgb(0, 0, 62);"] { /* off */
  249. background-color: blue !important;
  250. }
  251.  
  252. .tile.valve[style*="background-color: rgb(0, 0, 63);"] { /* open */
  253. background-color: blue !important;
  254. }
  255.  
  256. .tile.valve[style*="background-color: rgb(0, 0, 64);"] { /* closed */
  257. background-color: blue !important;
  258. }
  259.  
  260. .tile.volume[style*="background-color: rgb(0, 0, 65);"] { /* default */
  261. background-color: blue !important;
  262. }
  263.  
  264. .tile.water[style*="background-color: rgb(0, 0, 66);"] { /* wet */
  265. background-color: blue !important;
  266. }
  267.  
  268. .tile.water[style*="background-color: rgb(0, 0, 67);"] { /* dry */
  269. background-color: blue !important;
  270. }
  271.  
  272. .tile.window[style*="background-color: rgb(0, 0, 68);"] { /* open */
  273. background-color: blue !important;
  274. }
  275.  
  276. .tile.window[style*="background-color: rgb(0, 0, 69);"] { /* closed */
  277. background-color: blue !important;
  278. }
  279.  
  280. .tile.scene[style*="background-color: rgb(0, 0, 70);"] { /* default */
  281. background-color: blue !important;
  282. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement