Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.54 KB | None | 0 0
  1. {
  2. "roundedCorners": 20,
  3. "dateFormat": "MM/DD/YYYY",
  4. "hideLabels": false,
  5. "customColors": [
  6. {
  7. "template": "dimmer",
  8. "bgColor": "rgba(255,243,15,0.9)",
  9. "iconColor": "rgb(7,7,7)",
  10. "state": "on"
  11. },
  12. {
  13. "template": "dimmer",
  14. "bgColor": "rgba(148,148,148,0.35)",
  15. "iconColor": "rgb(255,255,255)",
  16. "state": "off"
  17. },
  18. {
  19. "template": "motion",
  20. "bgColor": "rgba(255,255,255,0.9)",
  21. "iconColor": "rgb(0,0,0)",
  22. "state": "inactive",
  23. "customIcon": "he-motion_detector_3_filled"
  24. },
  25. {
  26. "template": "motion",
  27. "bgColor": "rgba(236,255,34,0.9)",
  28. "iconColor": "rgb(0,0,0)",
  29. "state": "active",
  30. "customIcon": "he-motion_detector_3"
  31. },
  32. {
  33. "template": "switches",
  34. "bgColor": "rgb(255,243,15)",
  35. "iconColor": "rgb(0,0,0)",
  36. "state": "on",
  37. "customIcon": "he-switch_2_flipped"
  38. },
  39. {
  40. "template": "switches",
  41. "bgColor": "rgba(148,148,148,0.29)",
  42. "iconColor": "rgb(252,252,252)",
  43. "state": "off",
  44. "customIcon": "he-switch_2"
  45. },
  46. {
  47. "template": "multi",
  48. "bgColor": "rgba(0,255,105,0.75)",
  49. "iconColor": "rgba(0,0,0,0.66)",
  50. "state": "closed"
  51. },
  52. {
  53. "template": "multi",
  54. "bgColor": "rgba(255,0,0,0.65)",
  55. "iconColor": "rgb(255,255,255)",
  56. "state": "open"
  57. },
  58. {
  59. "template": "window",
  60. "bgColor": "rgba(0,255,105,0.75)",
  61. "iconColor": "rgba(0,0,0,0.66)",
  62. "state": "closed"
  63. },
  64. {
  65. "template": "window",
  66. "bgColor": "rgba(255,90,0,0.75)",
  67. "iconColor": "",
  68. "state": "open"
  69. },
  70. {
  71. "template": "door",
  72. "bgColor": "rgba(0,255,105,0.75)",
  73. "iconColor": "rgba(0,0,0,0.66)",
  74. "state": "closed"
  75. },
  76. {
  77. "template": "door",
  78. "bgColor": "rgba(255,90,0,0.75)",
  79. "state": "open"
  80. },
  81. {
  82. "template": "fan",
  83. "bgColor": "rgba(33,150,243,0.9)",
  84. "iconColor": "",
  85. "state": "low",
  86. "customIcon": ""
  87. },
  88. {
  89. "template": "fan",
  90. "bgColor": "rgba(33,150,243,0.9)",
  91. "iconColor": "",
  92. "state": "medium-low",
  93. "customIcon": ""
  94. },
  95. {
  96. "template": "fan",
  97. "bgColor": "rgba(33,150,243,0.9)",
  98. "iconColor": "",
  99. "state": "medium",
  100. "customIcon": ""
  101. },
  102. {
  103. "template": "fan",
  104. "bgColor": "rgba(33,150,243,0.9)",
  105. "iconColor": "",
  106. "state": "medium-high",
  107. "customIcon": ""
  108. },
  109. {
  110. "template": "fan",
  111. "bgColor": "rgba(33,150,243,0.9)",
  112. "iconColor": "",
  113. "state": "high",
  114. "customIcon": ""
  115. },
  116. {
  117. "template": "garage-control",
  118. "bgColor": "rgba(0,255,105,0.75)",
  119. "iconColor": "rgba(0,0,0,0.66)",
  120. "state": "closed"
  121. },
  122. {
  123. "template": "garage-control",
  124. "bgColor": "rgba(255,0,0,0.65)",
  125. "iconColor": "rgb(255,255,255)",
  126. "state": "open"
  127. },
  128. {
  129. "template": "garage-control",
  130. "bgColor": "rgba(255,90,0,0.75)",
  131. "iconColor": "",
  132. "state": "opening",
  133. "customIcon": ""
  134. },
  135. {
  136. "template": "garage-control",
  137. "bgColor": "rgba(255,90,0,0.75)",
  138. "iconColor": "",
  139. "state": "closing",
  140. "customIcon": ""
  141. },
  142. {
  143. "template": "garage",
  144. "bgColor": "rgba(0,255,105,0.75)",
  145. "iconColor": "rgba(0,0,0,0.66)",
  146. "state": "closed"
  147. },
  148. {
  149. "template": "garage",
  150. "bgColor": "rgba(255,0,0,0.65)",
  151. "iconColor": "rgb(255,255,255)",
  152. "state": "open"
  153. },
  154. {
  155. "template": "garage",
  156. "bgColor": "rgba(255,90,0,0.75)",
  157. "iconColor": "",
  158. "state": "opening",
  159. "customIcon": ""
  160. },
  161. {
  162. "template": "garage",
  163. "bgColor": "rgba(255,90,0,0.75)",
  164. "iconColor": "",
  165. "state": "closing",
  166. "customIcon": ""
  167. },
  168. {
  169. "template": "shades",
  170. "bgColor": "hsla(0,0%,50.2%,.5)",
  171. "iconColor": "",
  172. "state": "off",
  173. "customIcon": ""
  174. },
  175. {
  176. "template": "shades",
  177. "bgColor": "rgba(33,150,243,0.9)",
  178. "iconColor": "",
  179. "state": "on",
  180. "customIcon": ""
  181. },
  182. {
  183. "template": "shades",
  184. "bgColor": "rgba(255,90,0,0.75)",
  185. "iconColor": "",
  186. "state": "opening",
  187. "customIcon": ""
  188. },
  189. {
  190. "template": "shades",
  191. "bgColor": "rgba(255,90,0,0.75)",
  192. "iconColor": "",
  193. "state": "closing",
  194. "customIcon": ""
  195. },
  196. {
  197. "template": "shades",
  198. "bgColor": "rgb(67,166,52)",
  199. "iconColor": "",
  200. "state": "open",
  201. "customIcon": ""
  202. },
  203. {
  204. "template": "door-control",
  205. "bgColor": "rgba(255,90,0,0.75)",
  206. "iconColor": "",
  207. "state": "opening",
  208. "customIcon": ""
  209. },
  210. {
  211. "template": "door-control",
  212. "bgColor": "rgba(255,0,0,0.65)",
  213. "iconColor": "rgb(255,255,255)",
  214. "state": "open"
  215. },
  216. {
  217. "template": "door-control",
  218. "bgColor": "rgba(0,255,105,0.75)",
  219. "iconColor": "rgba(0,0,0,0.66)",
  220. "state": "closed"
  221. },
  222. {
  223. "template": "lock",
  224. "bgColor": "rgba(0,255,105,0.75)",
  225. "iconColor": "rgba(0,0,0,0.66)",
  226. "state": "locked",
  227. "customIcon": ""
  228. },
  229. {
  230. "template": "lock",
  231. "bgColor": "rgba(255,90,0,0.75)",
  232. "state": "unlocked",
  233. "customIcon": ""
  234. },
  235. {
  236. "template": "water",
  237. "bgColor": "rgba(255,0,0,0.65)",
  238. "iconColor": "rgb(255,255,255)",
  239. "state": "wet",
  240. "customIcon": ""
  241. },
  242. {
  243. "template": "water",
  244. "bgColor": "rgba(0,255,105,0.75)",
  245. "iconColor": "rgba(0,0,0,0.66)",
  246. "state": "dry",
  247. "customIcon": ""
  248. },
  249. {
  250. "template": "smoke",
  251. "bgColor": "rgba(255,0,0,0.65)",
  252. "iconColor": "rgb(255,255,255)",
  253. "state": "detected",
  254. "customIcon": ""
  255. },
  256. {
  257. "template": "smoke",
  258. "bgColor": "rgba(0,255,105,0.75)",
  259. "iconColor": "rgba(0,0,0,0.66)",
  260. "state": "clear",
  261. "customIcon": ""
  262. },
  263. {
  264. "template": "bulb",
  265. "bgColor": "rgba(33,150,243,0.9)",
  266. "iconColor": "rgb(255,255,255)",
  267. "state": "on"
  268. },
  269. {
  270. "template": "bulb",
  271. "bgColor": "rgb(255,255,255)",
  272. "iconColor": "rgb(135,135,135)",
  273. "state": "off"
  274. },
  275. {
  276. "template": "presence",
  277. "bgColor": "rgba(27,176,116,0.9)",
  278. "iconColor": "rgb(255,255,255)",
  279. "state": "present",
  280. "customIcon": ""
  281. },
  282. {
  283. "template": "presence",
  284. "bgColor": "",
  285. "iconColor": "",
  286. "state": "not present",
  287. "customIcon": ""
  288. },
  289. {
  290. "template": "temperature",
  291. "bgColor": "rgb(83,0,193)",
  292. "iconColor": "rgb(244,244,244)",
  293. "state": "default"
  294. },
  295. {
  296. "template": "contact",
  297. "bgColor": "rgba(0,255,105,0.75)",
  298. "iconColor": "rgba(0,0,0,0.66)",
  299. "state": "closed"
  300. },
  301. {
  302. "template": "contact",
  303. "bgColor": "rgba(255,0,0,0.65)",
  304. "iconColor": "rgb(255,255,255)",
  305. "state": "open"
  306. },
  307. {
  308. "template": "bulb-color",
  309. "bgColor": "rgba(255,243,15,0.9)",
  310. "iconColor": "rgb(5,5,5)",
  311. "state": "on"
  312. },
  313. {
  314. "template": "bulb-color",
  315. "bgColor": "rgba(148,148,148,0.31)",
  316. "iconColor": "rgb(255,255,255)",
  317. "state": "off"
  318. },
  319. {
  320. "template": "carbon-monoxide",
  321. "bgColor": "rgba(255,0,0,0.65)",
  322. "iconColor": "rgb(255,255,255)",
  323. "state": "detected",
  324. "customIcon": ""
  325. },
  326. {
  327. "template": "carbon-monoxide",
  328. "bgColor": "rgba(0,255,105,0.75)",
  329. "iconColor": "rgba(0,0,0,0.66)",
  330. "state": "clear",
  331. "customIcon": ""
  332. },
  333. {
  334. "template": "outlet",
  335. "bgColor": "rgba(33,150,243,0.9)",
  336. "iconColor": "rgb(255,255,255)",
  337. "state": "on"
  338. },
  339. {
  340. "template": "humidity",
  341. "bgColor": "rgb(41,169,255)",
  342. "iconColor": "",
  343. "state": "default",
  344. "customIcon": ""
  345. },
  346. {
  347. "template": "music-player",
  348. "bgColor": "rgb(0,0,0)",
  349. "iconColor": "",
  350. "state": "default",
  351. "customIcon": ""
  352. },
  353. {
  354. "template": "fan",
  355. "bgColor": "rgba(148,148,148,0.24)",
  356. "iconColor": "",
  357. "state": "off",
  358. "customIcon": ""
  359. }
  360. ],
  361. "colWidth": 135,
  362. "cloudRefresh": 5,
  363. "hsmPin": "",
  364. "hide3dot": false,
  365. "clockMode": true,
  366. "gridGap": 15,
  367. "tiles": [
  368. {
  369. "template": "smartly",
  370. "id": 0,
  371. "device": "smartly",
  372. "templateExtra": "{\"3\":{\"id\":3,\"template\":\"thermostat\",\"pos\":1,\"title\":null,\"title_wrap\":null},\"4\":{\"id\":4,\"template\":\"temperature\",\"pos\":2,\"title\":\"Family Room\",\"title_wrap\":null},\"6\":{\"id\":6,\"template\":\"dashboard\",\"pos\":3,\"title\":null,\"title_wrap\":null},\"7\":{\"id\":7,\"template\":\"temperature\",\"pos\":4,\"title\":\"Office\",\"title_wrap\":null},\"8\":{\"id\":8,\"template\":\"dashboard\",\"pos\":5,\"title\":null,\"title_wrap\":null},\"9\":{\"id\":9,\"template\":\"temperature\",\"pos\":6,\"title\":\"Master Bedroom\",\"title_wrap\":null},\"11\":{\"id\":11,\"template\":\"lock\",\"pos\":7,\"title\":\"Back Door\",\"title_wrap\":null,\"states\":{\"locked\":{\"code\":null,\"class\":\"he-lock1\"},\"unlocked\":{\"code\":null,\"class\":\"he-unlocked\"}}},\"12\":{\"id\":12,\"template\":\"lock\",\"pos\":8,\"title\":\"Kitchen Door\",\"title_wrap\":null,\"states\":{\"locked\":{\"code\":null,\"class\":\"he-lock1\"},\"unlocked\":{\"code\":null,\"class\":\"he-unlocked\"}}},\"13\":{\"id\":13,\"template\":\"lock\",\"pos\":9,\"title\":\"Front Door\",\"title_wrap\":null,\"states\":{\"locked\":{\"code\":null,\"class\":\"he-lock1\"},\"unlocked\":{\"code\":null,\"class\":\"he-unlocked\"}}},\"15\":{\"id\":15,\"template\":\"dimmer\",\"pos\":10,\"title\":null,\"title_wrap\":null,\"states\":{\"off\":{\"code\":null,\"class\":\"he-dimmer_low\"},\"on\":{\"code\":null,\"class\":\"he-dimmer_medium\"}}},\"16\":{\"id\":16,\"template\":\"images\",\"pos\":11,\"label\":null},\"17\":{\"id\":17,\"template\":\"images\",\"pos\":12,\"label\":null},\"18\":{\"id\":18,\"template\":\"images\",\"pos\":13,\"label\":null},\"19\":{\"id\":19,\"template\":\"dashboard\",\"pos\":14,\"title\":null,\"title_wrap\":null},\"20\":{\"id\":20,\"template\":\"switches\",\"pos\":15,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"21\":{\"id\":21,\"template\":\"switches\",\"pos\":16,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"22\":{\"id\":22,\"template\":\"contact\",\"pos\":17,\"title\":null,\"title_wrap\":null,\"states\":{\"open\":{\"code\":null,\"class\":\"he-contact_open\"},\"closed\":{\"code\":null,\"class\":\"he-contact_closed\"}}},\"24\":{\"id\":24,\"template\":\"switches\",\"pos\":18,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"25\":{\"id\":25,\"template\":\"fan\",\"pos\":19,\"title\":null,\"title_wrap\":null,\"states\":{\"off\":{\"code\":null,\"class\":\"he-fan_off\"},\"on\":{\"code\":null,\"class\":\"he-fan_on\"},\"low\":{\"code\":null,\"class\":\"he-fan_low\"},\"medium-low\":{\"code\":null,\"class\":\"he-fan_med_low\"},\"medium\":{\"code\":null,\"class\":\"he-fan_med\"},\"medium-high\":{\"code\":null,\"class\":\"he-fan_med_high\"},\"high\":{\"code\":null,\"class\":\"he-fan_high\"},\"auto\":{\"code\":null,\"class\":\"he-fan_auto\"}}},\"26\":{\"id\":26,\"template\":\"temperature\",\"pos\":20,\"title\":\"Outside Temp\",\"title_wrap\":null},\"27\":{\"id\":27,\"template\":\"humidity\",\"pos\":21,\"title\":\"Outside Humidity\",\"title_wrap\":null},\"28\":{\"id\":28,\"template\":\"switches\",\"pos\":22,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"29\":{\"id\":29,\"template\":\"switches\",\"pos\":23,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"30\":{\"id\":30,\"template\":\"switches\",\"pos\":24,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"31\":{\"id\":31,\"template\":\"music-player\",\"pos\":25,\"title\":\"Sonos\",\"title_wrap\":null},\"32\":{\"id\":32,\"template\":\"switches\",\"pos\":26,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"33\":{\"id\":33,\"template\":\"dashboard\",\"pos\":27,\"title\":\"Refresh\",\"title_wrap\":null},\"34\":{\"id\":34,\"template\":\"bulb-color\",\"pos\":28,\"title\":null,\"title_wrap\":null,\"states\":{\"off\":{\"code\":null,\"class\":\"he-bulb_off\"},\"on\":{\"code\":null,\"class\":\"he-bulb_on\"}}},\"35\":{\"id\":35,\"template\":\"bulb-color\",\"pos\":29,\"title\":null,\"title_wrap\":null,\"states\":{\"off\":{\"code\":null,\"class\":\"he-bulb_off\"},\"on\":{\"code\":null,\"class\":\"he-bulb_on\"}}},\"36\":{\"id\":36,\"template\":\"switches\",\"pos\":30,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"37\":{\"id\":37,\"template\":\"switches\",\"pos\":31,\"title\":null,\"title_wrap\":null,\"states\":{\"on\":{\"code\":null,\"class\":\"he-switch_2_flipped\"},\"off\":{\"code\":null,\"class\":\"he-switch_2\"}}},\"38\":{\"id\":38,\"template\":\"garage-control\",\"pos\":32,\"title\":\"Garage Door\",\"title_wrap\":null,\"states\":{\"open\":{\"code\":null,\"class\":\"he-garage_open\"},\"closed\":{\"code\":null,\"class\":\"he-garage_closed\"},\"opening\":{\"code\":null,\"class\":\"he-garage_open\"},\"closing\":{\"code\":null,\"class\":\"he-garage_closed\"}}},\"39\":{\"id\":39,\"template\":\"fan\",\"pos\":33,\"title\":\"Office Fan\",\"title_wrap\":null,\"states\":{\"off\":{\"code\":null,\"class\":\"he-fan_off\"},\"on\":{\"code\":null,\"class\":\"he-fan_on\"},\"low\":{\"code\":null,\"class\":\"he-fan_low\"},\"medium-low\":{\"code\":null,\"class\":\"he-fan_med_low\"},\"medium\":{\"code\":null,\"class\":\"he-fan_med\"},\"medium-high\":{\"code\":null,\"class\":\"he-fan_med_high\"},\"high\":{\"code\":null,\"class\":\"he-fan_high\"},\"auto\":{\"code\":null,\"class\":\"he-fan_auto\"}}},\"40\":{\"id\":40,\"template\":\"temperature\",\"pos\":34,\"title\":\"Garage\",\"title_wrap\":false,\"label\":null}}"
  373. },
  374. {
  375. "rowSpan": 2,
  376. "template": "thermostat",
  377. "col": 6,
  378. "colSpan": 2,
  379. "id": 3,
  380. "row": 8,
  381. "device": "481",
  382. "templateExtra": null
  383. },
  384. {
  385. "rowSpan": 1,
  386. "template": "temperature",
  387. "col": 1,
  388. "hideUnit": false,
  389. "colSpan": 1,
  390. "id": 4,
  391. "row": 9,
  392. "device": "756"
  393. },
  394. {
  395. "rowSpan": 1,
  396. "template": "dashboard",
  397. "col": 2,
  398. "colSpan": 1,
  399. "id": 6,
  400. "row": 10,
  401. "device": "0",
  402. "templateExtra": "581"
  403. },
  404. {
  405. "rowSpan": 1,
  406. "template": "temperature",
  407. "col": 2,
  408. "colSpan": 1,
  409. "id": 7,
  410. "row": 9,
  411. "device": "389"
  412. },
  413. {
  414. "rowSpan": 1,
  415. "template": "dashboard",
  416. "col": 1,
  417. "colSpan": 1,
  418. "id": 8,
  419. "row": 10,
  420. "device": "0",
  421. "templateExtra": "580"
  422. },
  423. {
  424. "rowSpan": 1,
  425. "template": "temperature",
  426. "col": 3,
  427. "colSpan": 1,
  428. "id": 9,
  429. "row": 9,
  430. "device": "452"
  431. },
  432. {
  433. "rowSpan": 1,
  434. "template": "lock",
  435. "col": 2,
  436. "colSpan": 1,
  437. "id": 11,
  438. "row": 1,
  439. "device": "847",
  440. "templateExtra": null
  441. },
  442. {
  443. "rowSpan": 1,
  444. "template": "lock",
  445. "col": 3,
  446. "colSpan": 1,
  447. "id": 12,
  448. "row": 1,
  449. "device": "848"
  450. },
  451. {
  452. "rowSpan": 1,
  453. "template": "lock",
  454. "col": 1,
  455. "colSpan": 1,
  456. "id": 13,
  457. "row": 1,
  458. "device": "849"
  459. },
  460. {
  461. "rowSpan": 1,
  462. "template": "dimmer",
  463. "col": 4,
  464. "colSpan": 1,
  465. "id": 15,
  466. "row": 1,
  467. "device": "880",
  468. "customIcon": "he-lightbulb"
  469. },
  470. {
  471. "rowSpan": 2,
  472. "template": "images",
  473. "col": 6,
  474. "refreshInterval": "1440",
  475. "colSpan": 2,
  476. "id": 16,
  477. "row": 1,
  478. "bgImage": "https://wjla.com/resources/ftptransfer/wjla/maps/7_DAY.jpg",
  479. "templateExtra": "https://wjla.com/resources/ftptransfer/wjla/maps/7_DAY.jpg"
  480. },
  481. {
  482. "rowSpan": 2,
  483. "template": "images",
  484. "col": 6,
  485. "refreshInterval": "1440",
  486. "colSpan": 2,
  487. "id": 17,
  488. "bgImage": "https://www.google.com/maps/vt/data=gHboVBsVg09JBnGgPCGS4Wpk_WyhYlaBxc3lKcJd7OI7210L7LF9P-Mnsa7JzxwWnu6cKKpMmG1pqx_8cxKweIebRzXxY6bDSgJaQL7b9Kp7Ht8J0OzqeIiKKZiD-uLn2mOyo4zWJj65dnEFrgA4BjLdZ0A1r91XP2LmYQkWFffCe5L05ZzBGWleT5FjB_b2bA",
  489. "row": 3,
  490. "templateExtra": "https://www.google.com/maps/vt/data=gHboVBsVg09JBnGgPCGS4Wpk_WyhYlaBxc3lKcJd7OI7210L7LF9P-Mnsa7JzxwWnu6cKKpMmG1pqx_8cxKweIebRzXxY6bDSgJaQL7b9Kp7Ht8J0OzqeIiKKZiD-uLn2mOyo4zWJj65dnEFrgA4BjLdZ0A1r91XP2LmYQkWFffCe5L05ZzBGWleT5FjB_b2bA"
  491. },
  492. {
  493. "rowSpan": 3,
  494. "template": "images",
  495. "col": 6,
  496. "refreshInterval": "600",
  497. "colSpan": 2,
  498. "id": 18,
  499. "bgImage": "https://s.w-x.co/staticmaps/wu/wu/wxtype1200_cur/usfcx/animate.png",
  500. "row": 5,
  501. "templateExtra": "https://s.w-x.co/staticmaps/wu/wu/wxtype1200_cur/usfcx/animate.png"
  502. },
  503. {
  504. "rowSpan": 1,
  505. "template": "dashboard",
  506. "col": 3,
  507. "colSpan": 1,
  508. "id": 19,
  509. "row": 10,
  510. "device": "0",
  511. "templateExtra": "324"
  512. },
  513. {
  514. "rowSpan": 1,
  515. "template": "switches",
  516. "col": 4,
  517. "colSpan": 1,
  518. "id": 20,
  519. "row": 3,
  520. "device": "903",
  521. "customIcon": "he-lightbulb"
  522. },
  523. {
  524. "rowSpan": 1,
  525. "template": "switches",
  526. "col": 4,
  527. "colSpan": 1,
  528. "id": 21,
  529. "row": 2,
  530. "device": "904",
  531. "customIcon": "he-lightbulb"
  532. },
  533. {
  534. "rowSpan": 1,
  535. "template": "contact",
  536. "col": 2,
  537. "colSpan": 1,
  538. "id": 22,
  539. "row": 2,
  540. "device": "752"
  541. },
  542. {
  543. "rowSpan": 1,
  544. "template": "switches",
  545. "col": 4,
  546. "colSpan": 1,
  547. "id": 24,
  548. "row": 4,
  549. "device": "905",
  550. "customIcon": "he-lightbulb"
  551. },
  552. {
  553. "rowSpan": 1,
  554. "template": "fan",
  555. "col": 1,
  556. "colSpan": 1,
  557. "id": 25,
  558. "row": 4,
  559. "device": "587"
  560. },
  561. {
  562. "rowSpan": 1,
  563. "template": "temperature",
  564. "col": 1,
  565. "colSpan": 1,
  566. "id": 26,
  567. "row": 8,
  568. "device": "455"
  569. },
  570. {
  571. "rowSpan": 1,
  572. "template": "humidity",
  573. "col": 2,
  574. "hideUnit": false,
  575. "colSpan": 1,
  576. "id": 27,
  577. "row": 8,
  578. "device": "455"
  579. },
  580. {
  581. "rowSpan": 1,
  582. "template": "switches",
  583. "col": 5,
  584. "colSpan": 1,
  585. "id": 28,
  586. "row": 3,
  587. "device": "910",
  588. "customIcon": "he-lightbulb"
  589. },
  590. {
  591. "rowSpan": 1,
  592. "template": "switches",
  593. "col": 5,
  594. "colSpan": 1,
  595. "id": 29,
  596. "row": 2,
  597. "device": "911",
  598. "customIcon": "he-lightbulb"
  599. },
  600. {
  601. "rowSpan": 1,
  602. "template": "switches",
  603. "col": 5,
  604. "colSpan": 1,
  605. "id": 30,
  606. "row": 4,
  607. "device": "887",
  608. "customIcon": "he-lightbulb"
  609. },
  610. {
  611. "rowSpan": 2,
  612. "template": "music-player",
  613. "col": 1,
  614. "colSpan": 2,
  615. "id": 31,
  616. "row": 5,
  617. "device": "617"
  618. },
  619. {
  620. "rowSpan": 1,
  621. "template": "switches",
  622. "col": 5,
  623. "colSpan": 1,
  624. "id": 32,
  625. "row": 1,
  626. "device": "871",
  627. "customIcon": "he-lightbulb"
  628. },
  629. {
  630. "rowSpan": 1,
  631. "template": "dashboard",
  632. "col": 7,
  633. "colSpan": 1,
  634. "id": 33,
  635. "row": 10,
  636. "device": "0",
  637. "templateExtra": "498"
  638. },
  639. {
  640. "rowSpan": 1,
  641. "template": "bulb-color",
  642. "col": 5,
  643. "colSpan": 1,
  644. "id": 34,
  645. "row": 5,
  646. "device": "661"
  647. },
  648. {
  649. "rowSpan": 1,
  650. "template": "bulb-color",
  651. "col": 5,
  652. "colSpan": 1,
  653. "id": 35,
  654. "row": 6,
  655. "device": "679"
  656. },
  657. {
  658. "rowSpan": 1,
  659. "template": "switches",
  660. "col": 4,
  661. "colSpan": 1,
  662. "id": 36,
  663. "row": 5,
  664. "device": "661",
  665. "customIcon": "he-lightbulb"
  666. },
  667. {
  668. "rowSpan": 1,
  669. "template": "switches",
  670. "col": 4,
  671. "colSpan": 1,
  672. "id": 37,
  673. "row": 6,
  674. "device": "679",
  675. "customIcon": "he-lightbulb"
  676. },
  677. {
  678. "rowSpan": 1,
  679. "template": "garage-control",
  680. "col": 1,
  681. "colSpan": 1,
  682. "id": 38,
  683. "row": 2,
  684. "device": "454"
  685. },
  686. {
  687. "rowSpan": 1,
  688. "template": "fan",
  689. "col": 2,
  690. "colSpan": 1,
  691. "id": 39,
  692. "row": 4,
  693. "device": "591"
  694. },
  695. {
  696. "rowSpan": 1,
  697. "template": "temperature",
  698. "col": 3,
  699. "colSpan": 1,
  700. "id": 40,
  701. "row": 8,
  702. "device": "390"
  703. }
  704. ],
  705. "goBack": true,
  706. "modePin": "",
  707. "bgColor": "white",
  708. "lanRefresh": 2,
  709. "iconSize": "30",
  710. "cols": 7,
  711. "rowHeight": 60,
  712. "customCSS": "/* ------- DO NOT EDIT - Smartly Base CSS ------- */\r\n\r\n@font-face {\n font-family: 'Barlow Condensed';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: local('Barlow Condensed Regular'),local('BarlowCondensed-Regular'),url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2) format('woff2');\n unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD\n}\n\n@font-face {\n font-family:'Barlow Condensed';font-style:normal;font-weight:500;font-display:swap;src:local('Barlow Condensed Medium'),local('BarlowCondensed-Medium'),url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD\n}\n\n#app,body {\n font-family: 'Barlow Condensed',sans-serif\n}\n\n\n @font-face {\n\t\t\tfont-family: \"Material Design Icons\";\n\t\t\tsrc: url(\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.eot\");\n\t\t\tsrc: url(\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.eot?#iefix&v=4.9.95\") format(\"embedded-opentype\"), url(\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.woff2\") format(\"woff2\"), url(\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.woff\") format(\"woff\"), url(\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.ttf\") format(\"truetype\");\n\t\t\tfont-weight: normal;\n\t\t\tfont-style: normal;\n\t\t\tunicode-range: U+F000-FFFFF;\n\t\t}\n @font-face {\n font-family: 'Material Design Icons';\n src: url('https://hubitat.ezeek.us/hubitat-dashboard/assets/fonts/at-icons-proprietary.woff') format('woff'), url('https://hubitat.ezeek.us/hubitat-dashboard/assets/fonts/at-icons-proprietary.woff') format('truetype');\n font-weight: normal;\n font-style: normal;\n unicode-range: U+E900-EFFF;\n }\n/*\n@font-face {\n font-family:\"Material Design Icons\";src:url(https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/4.9.95/fonts/materialdesignicons-webfont.woff2) format(\"woff2\");font-weight:400;font-style:normal;unicode-range:U+F000-FFFFF\n}\n*/\n\n.he-dimmer_medium:before,\n.he-dimmer_low:before,\n.he-running:before,\n.tile.shades .tile-primary i.material-icons,\n.he-shades_closed:before,\n.he-shades_partially_open:before,\n.he-not_present:before,\n.he-outlet_3:before,\n.he-outlet_off:before,\n.he-bulb_off:before,.he-bulb_on:before,.he-dimmer_low:before,.he-dimmer_medium:before,.he-door_closed:before,.he-door_open:before,.he-fire1:before,.he-fire_alarm_clear:before,.he-garage_closed:before,.he-garage_closing:before,.he-garage_open:before,.he-garage_opening:before,.he-hour-glass:before,.he-motion-sensor:before,.he-motion_detector_3:before,.he-motion_detector_3_filled:before,.he-switch_2:before,.he-switch_2_flipped:before,.he-water_dry:before,.he-water_wet:before,.he-window_1:before,.he-window_2:before,.tile.dashboard .tile-primary::before {\n font-family: \"Material Design Icons\"!important\n}\n\n.he-shades_open:before {\n content: \"\\F0149\";\n}\n\n.he-shades_closed:before {\n content: \"\\F0147\";\n}\n\n.tile.shades .tile-primary.closing i.material-icons:before,\n.tile.shades .tile-primary.partially.open i.material-icons:before,\n.tile.shades .tile-primary.opening i.material-icons:before {\n content: \"\\F0148\";\n}\n\n.he-not_present:before {\n content: \"\\FA47\";\n}\n\n.he-outlet_3:before {\n content: \"\\F6A4\";\n}\n\n.he-outlet_off:before {\n content: \"\\F6A5\";\n}\n\n.he-bulb_off,.he-bulb_on,.he-dimmer_low,.he-dimmer_medium {\n margin-top: -15px;\n margin-bottom: 4px\n}\n\n.he-bulb_off,.he-bulb_on {\n padding: 3px!important\n}\n\n.popup-content .he-bulb_off,.popup-content .he-bulb_on {\n color: #000!important\n}\n\n.popup-content {\n margin-left: auto;\n margin-right: auto\n}\n\n.tile.bulb-color .tile-primary {\n padding-bottom: 0!important;\n overflow: visible\n}\n\n.he-bulb_on:before {\n content: \"\\F6E8\";\n display: block\n}\n\n.he-bulb_off:before {\n content: \"\\F336\"\n}\n\n.he-fire_alarm_clear:before {\n content: \"\\F392\"\n}\n\n.he-fire1:before {\n content: \"\\F238\"\n}\n\n.he-water_wet:before {\n content: \"\\F58C\"\n}\n\n.he-water_dry:before {\n content: \"\\F58D\"\n}\n\n.he-garage_closed:before {\n content: \"\\F6D8\";\n font-size: 120%\n}\n\n.he-garage_open:before {\n content: \"\\F6D9\";\n font-size: 120%\n}\n\n.he-garage_closing:before,.he-garage_opening:before {\n font-size: 120%;\n content: \"\\F871\"\n}\n\n.he-hour-glass:before {\n content: \"\\F1D8\"\n}\n\n\n\n\n\n\n\n/* motion */\n.he-running:before {\n content: \"\\e94d\";\n\n}\n\n.he-motion-sensor:before {\n content: \"\\e94c\";\n}\n\n\n.he-dimmer_low:before,.he-switch_2:before {\n content: \"\\FA18\"\n}\n\n.he-dimmer_medium:before,.he-switch_2_flipped:before {\n content: \"\\F521\"\n}\n\n.he-dimmer_low:before,.he-dimmer_medium:before {\n margin-top: -5px\n}\n\n.he-window_1:before {\n content: \"\\F5AE\"\n}\n\n.he-window_2:before {\n content: \"\\F5B1\"\n}\n\n.he-door_open:before {\n content: \"\\F81B\"\n}\n\n.he-door_closed:before {\n content: \"\\F819\"\n}\n\n.text-tile {\n background: 0 0!important;\n color: #000;\n padding: 0 10px;\n margin: 0\n}\n\n.text-tile .tile-edit {\n/*\n color: rgba(0,0,0,.7);\n left: 0;\n top: .6em;\n margin-left: -5px\n*/\n}\n\n.text-tile .justify-center,.text-tile .text-center {\n text-align: unset;\n justify-content: unset\n}\n\n.tile.date>div {\n background-color: #fff\n}\n\n.tile.date .flex {\n line-height: normal;\n font-size: 100%\n}\n\n.tile.date .border-black {\n border: 0;\n border-radius: 20px\n}\n\n/*\n.he-shades_closed:before,.he-shades_closing:before,.he-shades_open:before,.he-shades_opening:before,.he-shades_partially_open:before,\n*/\n\n.tile.date .text-25 {\n font-size: 80%\n}\n\n.tile.date .day,.tile.date .weekday,.tile.date .year {\n padding: 0\n}\n\n.tile.music-player,.tile.attribute,.tile.clock,.tile.date-clock,.tile.mode {\n border: 1px solid #fff\n}\n\n.tile.date-clock .tile-primary {\n font-weight: 500;\n color: #fff\n}\n\n.tile.date-clock .tile-primary div {\n font-size: 80%!important;\n font-weight: 400;\n padding-left: 10px\n}\n\n.tile.date-clock .tile-contents {\n margin-top: 0;\n height: calc(100%)!important\n}\n\n.tile.date-clock small {\n margin-left: 3px\n}\n\n.tile.dashboard {\n margin-top: 0;\n overflow: visible;\n border: 1px solid #fff;\n /* height: auto; */\n background-color: rgba(255,255,255,.5);\n /* margin-bottom: 2em*/\n height: 50%;\n}\n\n.tile.dashboard .tile-title {\n display: none\n}\n\n.tile.dashboard .tile-primary {\n /* height: auto; */\n /* display: inline-block; */\n color: black;\n /* line-height: 1.1em; */\n /* padding: 5px; */\n /* text-align: left; */\n /* font-size: 140% !important; */\n /* display: flex; */\n /* justify-content: center; */\n /* align-items: center; */\n align-self: center;\n padding: 0;\n margin: 0;\n display: inline-block;\n}\n\n.tile.dashboard .tile-primary::before {\n content: \"\\F56E\"\n}\n\n.tile.dashboard .tile-contents {\n margin-top: 0;\n display: flex;\n justify-content: center;\n vertical-align: middle;\n height: 100%;\n}\n\n.tile.thermostat .absolute.bottom-0 {\n padding-bottom: 5px;\n top: 10px;\n left: 17px;\n text-align: left;\n width: auto;\n bottom: auto;\n font-weight: 500;\n word-spacing: 100vw\n}\n\n.tile.thermostat .w-full.my-1 {\n position: absolute;\n bottom: 0\n}\n\n.tile.thermostat .heating.pt-1 {\n padding-bottom: 21px\n}\n\n.tile.thermostat .cooling .inline-block,.tile.thermostat .heating .inline-block {\n font-size: 25px;\n vertical-align: super\n}\n\n.tile.thermostat .cooling .inline-block br,.tile.thermostat .heating .inline-block br {\n content: \" \";\n padding: 5px\n}\n\n.tile.link {\n border: 2px solid #fff\n}\n\n.tile.link .tile-title {\n display: none\n}\n\n.tile.link .tile-contents {\n height: calc(100%);\n padding: 0;\n margin: 0\n}\n\n.tile.link .tile-primary {\n padding: 0;\n margin: 0\n}\n\n.tile.link .tile-primary div {\n text-shadow: 2px 2px rgba(0,0,0,.6);\n margin-top: 0\n}\n\n.tile.link .tile-primary div:hover {\n margin-top: -4px\n}\n\n.tile.dimmer .tile-primary .dimmer {\n margin-bottom: 7px;\n margin-top: 3px\n}\n\n.tile.shades .tile-primary .material-icons {\n/* margin-top: -5px; */\n/* display: none */\n}\n\n.tile.shades .dimmer {\n margin-top: 6px\n}\n\n.tile.image .inset-auto img {\n object-fit: cover\n}\n\n.tile.energy {\n border: 2px solid rgba(236,255,34)\n}\n\n.tile.hsm {\n overflow: hidden\n}\n\n.tile.hsm .popup-content .top-0.right-0.absolute {\n padding: .5em 1em;\n margin: 0;\n width: auto!important\n}\n\n.vue-slider {\n padding: 0 0 5px!important\n}\n\n.tile {\n text-shadow: none;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n margin-left: 1px\n}\n\n.dashName {\n font-size: 25px;\n text-shadow: none;\n color: #000;\n margin-left: 10px\n}\n\n.tile-secondary {\n display: none\n}\n\n.tile-title {\n position: relative;\n left: auto;\n right: auto;\n padding: 7px 6px 1px;\n font-weight: 500;\n line-height: 1.2em;\n letter-spacing: 1px;\n opacity: .8;\n overflow: unset;\n}\n\n.tile-title::after {\n white-space: pre-wrap;\n}\n\n.dashBack {\n text-shadow: none;\n color: #000;\n padding-left: 5px\n}\n\n.he-logo-mark:before {\n font-size: 40px\n}\n\n.tile-tertiary {\n padding: 5px;\n position: absolute;\n left: 8px;\n bottom: auto;\n font-size: 85%;\n top: auto;\n right: auto;\n opacity: .8;\n}\n\n.tile-contents {\n height: calc(80%);\n width: calc(100%);\n padding: 0 4px\n}\n\n.text-green-600 {\n color: rgba(0,255,105,.75);\n text-shadow: none\n}\n\n.dashboard div .header {\n padding: 10px 10px 10px 15px;\n}\n\n.wrapper {\n margin-left: 0;\n margin-bottom: 0;\n padding-left: 15px;\n width: calc(100%);\n overflow: auto\n}\n\n.tile-edit {\n top: auto;\n bottom: 10px;\n opacity: .3\n}\n\n.tile-primary {\n padding-bottom: calc(10%);\n overflow: visible;\n}\n\nsmartly {\n grid-column-end: -1;\n grid-row-end: -1;\n display: inline-block;\n height: calc(100% + 25px);\n z-index: -1;\n width: calc(100% + 15px);\n/* border: 1px solid red*/\n}\n\n@media (min-width:768px) and (max-width:1000px) {\n .md\\:w-2\\/3 {\n width: 80%\n }\n}\n\n.navHeader {\n height: 3em\n}\n\n.navHeader div.navLink.float-right:first-child,.navHeader div.navLink:last-child {\n background-color: red;\n font-weight: 700;\n padding: 0 1em\n}\n\n.navHeader div.navLink.float-right,.navHeader>.flex>div {\n text-transform: uppercase;\n font-size: 1.3em;\n margin: 0 4px;\n height: auto;\n text-align: center;\n padding: 0 .5em;\n background-color: #323232;\n border-radius: 20px;\n display: inline-table\n}\n\n.navHeader>.flex>div.pl-2 {\n display: none\n}\n\n#app>.popup-container .menu .overflow-auto .flex .cursor-pointer {\n border: 1px solid gray;\n margin: .5em 0 0 .5em;\n padding: 1em;\n border-radius: 6px;\n line-height: .5em\n}\n\n#app>.popup-container .exportBox {\n margin-top: 1em\n}\n\n.md\\:w-1\\/2 .md\\:w-1\\/2 {\n width: 50%\n}\n\n.deviceSelect .devices .search input,.selectTemplate .templates .search input {\n padding: 5px;\n border-radius: 8px;\n margin-left: 5px;\n width: 100%\n}\n\n.deviceSelect .devices .search,.selectTemplate .templates .search {\n padding: 1em;\n font-size: 160%\n}\n\n.devices .deviceList,.templates .templates {\n font-size: 1.5em\n}\n\n[type=checkbox],[type=radio] {\n height: 1em;\n width: 1em;\n margin: .25em 0\n}\n\nh4 {\n font-size: 1.2em;\n margin: .5em 0;\n opacity: .8;\n font-weight: 500\n}\n\nh3 {\n margin-bottom: auto\n}\n\n.text-lg,h3,label span {\n font-size: 1.5em;\n display: inline-block\n}\n\n.text-lg,h3 {\n color: #000;\n overflow: visible;\n margin-left: .5em;\n border-bottom: 1px solid rgba(0,0,0,.5);\n width: auto;\n margin-top: auto\n}\n\nlabel span {\n margin-top: -1px;\n padding-top: .25em;\n vertical-align: top;\n margin-bottom: .5em\n}\n\nbutton,input,select,textarea {\n font-size: 180%\n}\n\nh1,h2,h3,h4 {\n font-family: 'Barlow Condensed',sans-serif\n}\n\n.popup-content .top-0.right-0.absolute {\n background-color: red;\n color: #fff;\n font-weight: 700\n}\n\n@media (max-width:767px) {\n #app .popup-container .menu {\n width: 98%\n }\n\n .md\\:w-2\\/3 {\n width: 96%\n }\n\n #app>.popup-container .menu .overflow-auto .flex .cursor-pointer,.navHeader div.navLink.float-right,.navHeader i.material-icons,.navHeader>.flex>div {\n font-size: 1em\n }\n\n .navHeader {\n height: 2.5em\n }\n}\n\n.tile-primary>div {\n margin-top: 4px\n}\n\n.text-lg {\n margin-bottom: .5em\n}\n\n.tile.date-clock .tile-title {\n padding: 0;\n margin: 0;\n height: 2px\n}\n\n@media (max-width:767px) {\n .popup-content.h-85p {\n height: auto\n }\n}\n\n.tile.thermostat i {\n display: inline-block\n}\n\n.tile.dashboard .tile-edit {\n bottom: auto;\n top: 1px\n}\n\n@media screen and (max-width:1284px) and (min-width:1280px) {\n/*\n .tile.dashboard .tile-primary {\n font-size: 100%!important;\n line-height: 1em!important;\n padding: 0 5px 5px!important\n }\n*/\n\n .tile.dashboard {\n zoom: unset;\n }\n}\n\n@media screen and (max-width: 1924px) and (min-width:1920px){\n .tile.dashboard {\n zoom: unset;\n }\n}\n\n\n.tile.date>div.h-full.w-full {\n font-size: 1.5em!important\n}\n\n.tile.date div.weekday,.tile.date div.year {\n font-size: 140%!important;\n line-height: .75em\n}\n\n.tile.date div.day {\n font-size: 250%!important;\n font-weight: 700\n}\n\n.mt-12 {\n margin-top: 5em;\n}\n\n.mt-16 {\n margin-top: 7em;\n}\n\n/*\n.tile.bulb-color, .tile.bulb, .tile.dimmer, .tile.switch {\n border: 1px solid rgba(0, 0, 0, 0.25);\n}\n*/\n\n\n[class*=\" battery-\"]>i.material-icons::before {\n font-family: \"Material Design Icons\";\n}\n\n\n.battery-100>i.material-icons::before,\n.battery-99>i.material-icons::before {\n content: \"\\F079\";\n}\n\n.battery-98>i.material-icons::before,\n.battery-97>i.material-icons::before,\n.battery-96>i.material-icons::before,\n.battery-95>i.material-icons::before,\n.battery-94>i.material-icons::before,\n.battery-93>i.material-icons::before,\n.battery-92>i.material-icons::before,\n.battery-91>i.material-icons::before {\n content: \"\\F082\";\n}\n\n.battery-90>i.material-icons::before,\n.battery-89>i.material-icons::before,\n.battery-88>i.material-icons::before,\n.battery-87>i.material-icons::before,\n.battery-86>i.material-icons::before,\n.battery-85>i.material-icons::before,\n.battery-84>i.material-icons::before,\n.battery-83>i.material-icons::before,\n.battery-82>i.material-icons::before,\n.battery-81>i.material-icons::before {\n content: \"\\F081\";\n}\n\n.battery-80>i.material-icons::before,\n.battery-79>i.material-icons::before,\n.battery-78>i.material-icons::before,\n.battery-77>i.material-icons::before,\n.battery-76>i.material-icons::before,\n.battery-75>i.material-icons::before,\n.battery-74>i.material-icons::before,\n.battery-73>i.material-icons::before,\n.battery-72>i.material-icons::before,\n.battery-71>i.material-icons::before {\n content: \"\\F080\";\n}\n\n.battery-70>i.material-icons::before,\n.battery-69>i.material-icons::before,\n.battery-68>i.material-icons::before,\n.battery-67>i.material-icons::before,\n.battery-66>i.material-icons::before,\n.battery-65>i.material-icons::before,\n.battery-64>i.material-icons::before,\n.battery-63>i.material-icons::before,\n.battery-62>i.material-icons::before,\n.battery-61>i.material-icons::before {\n content: \"\\F07F\";\n}\n\n.battery-60>i.material-icons::before,\n.battery-59>i.material-icons::before,\n.battery-58>i.material-icons::before,\n.battery-57>i.material-icons::before,\n.battery-56>i.material-icons::before,\n.battery-55>i.material-icons::before,\n.battery-54>i.material-icons::before,\n.battery-53>i.material-icons::before,\n.battery-52>i.material-icons::before,\n.battery-51>i.material-icons::before {\n content: \"\\F07E\";\n}\n\n.battery-50>i.material-icons::before,\n.battery-49>i.material-icons::before,\n.battery-48>i.material-icons::before,\n.battery-47>i.material-icons::before,\n.battery-46>i.material-icons::before,\n.battery-45>i.material-icons::before,\n.battery-44>i.material-icons::before,\n.battery-43>i.material-icons::before,\n.battery-42>i.material-icons::before,\n.battery-41>i.material-icons::before {\n content: \"\\F07D\";\n}\n\n.battery-40>i.material-icons::before,\n.battery-39>i.material-icons::before,\n.battery-38>i.material-icons::before,\n.battery-37>i.material-icons::before,\n.battery-36>i.material-icons::before,\n.battery-35>i.material-icons::before,\n.battery-34>i.material-icons::before,\n.battery-33>i.material-icons::before,\n.battery-32>i.material-icons::before,\n.battery-31>i.material-icons::before {\n content: \"\\F07C\";\n}\n\n.battery-30>i.material-icons::before,\n.battery-29>i.material-icons::before,\n.battery-28>i.material-icons::before,\n.battery-27>i.material-icons::before,\n.battery-26>i.material-icons::before,\n.battery-25>i.material-icons::before,\n.battery-24>i.material-icons::before,\n.battery-23>i.material-icons::before,\n.battery-22>i.material-icons::before,\n.battery-21>i.material-icons::before {\n content: \"\\F07B\";\n}\n\n.battery-20>i.material-icons::before,\n.battery-19>i.material-icons::before,\n.battery-18>i.material-icons::before,\n.battery-17>i.material-icons::before,\n.battery-16>i.material-icons::before,\n.battery-15>i.material-icons::before,\n.battery-14>i.material-icons::before,\n.battery-13>i.material-icons::before,\n.battery-12>i.material-icons::before,\n.battery-11>i.material-icons::before {\n content: \"\\F07A\";\n}\n\n.tile.battery .tile-primary {\n grid-template-columns: repeat(2, 50%);\n display: grid;\n height: calc(100%);\n align-items: center;\n grid-template-rows: 100%;\n}\n\n.tile.battery .tile-primary>i.material-icons {\ntext-align: right;\n}\n\n.tile.battery .tile-primary>div {\ntext-align: left;\n}\n\n.tile.battery {\n background-color: rgba(0, 255, 105, 0.75); /*rgba(15, 206, 93, 0.9);*/\n color: rgba(0, 0, 0, 0.66);\n}\n\n.tile.battery .tile-primary,\n.tile.temperature .tile-primary {\nwidth: 100%;\nmargin-top: -3px;\npadding-left: 5px;\n}\n\n.tile.temperature .tile-primary {\n/*\ndisplay: block;\nline-height: normal;\n*/\n}\n\n.tile.battery .tile-contents {\n display: block;\n}\r\n\r\n/* ------- DO NOT EDIT - Smartly Generated CSS below ------- */\r\n\r\n#tile-11 .tile-title,#tile-12 .tile-title,#tile-13 .tile-title,#tile-26 .tile-title,#tile-27 .tile-title,#tile-31 .tile-title,#tile-33 .tile-title,#tile-38 .tile-title,#tile-39 .tile-title,#tile-4 .tile-title,#tile-40 .tile-title,#tile-7 .tile-title,#tile-9 .tile-title{visibility:hidden;white-space:nowrap}#tile-4 .tile-title:after{content:\"Family Room\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-7 .tile-title:after{content:\"Office\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-9 .tile-title:after{content:\"Master Bedroom\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-11 .tile-title:after{content:\"Back Door\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-12 .tile-title:after{content:\"Kitchen Door\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-13 .tile-title:after{content:\"Front Door\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-26 .tile-title:after{content:\"Outside Temp\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-27 .tile-title:after{content:\"Outside Humidity\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-31 .tile-title:after{content:\"Sonos\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-33 .tile-title:after{content:\"Refresh\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-38 .tile-title:after{content:\"Garage Door\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-39 .tile-title:after{content:\"Office Fan\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}#tile-40 .tile-title:after{content:\"Garage\";left:0;padding:.5em .5em 3px .5em;position:absolute;top:0;visibility:visible;width:100%}\r\n\r\n/* ------- CUSTOM CSS BELOW THIS LINE - This CSS will be preserved during updates ------- */\r\n\r\n@media screen and (max-width: 1024px) and (min-width: 1020px) {.dashboard {zoom: .96;}}\n\nsmartly { border: none; }",
  713. "hideEvents": false,
  714. "tempScale": "F",
  715. "noColors": false,
  716. "readOnly": null,
  717. "rows": 10,
  718. "hideIconText": false,
  719. "background": "https://i.ibb.co/26RjkC6/home.jpg",
  720. "name": "Dashboard",
  721. "fontSize": 14
  722. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement