Advertisement
pqpxoxa

HA - Push Notifications Column

Oct 23rd, 2020
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.77 KB | None | 0 0
  1. type: vertical-stack
  2. cards:
  3. - content: >
  4. # <img width="30" height="30" src='/local/pushb.png'
  5. style='vertical-align:middle' /> Push Notifications
  6. style:
  7. .: |
  8. ha-card {
  9. background-color: transparent !important;
  10. box-shadow: none !important;
  11. }
  12. ha-markdown:
  13. $: |
  14. h1 {
  15. font-size: 25px;
  16. # font-weight: bold;
  17. text-align: center;
  18. letter-spacing: '-0.01em';
  19. vertical-align: middle;
  20.  
  21. }
  22. type: markdown
  23. - cards:
  24. - color_type: blank-card
  25. icon: 'mdi:led-strip-variant'
  26. name: Floor
  27. styles:
  28. card:
  29. - width: 25px
  30. type: 'custom:button-card'
  31. - entities:
  32. - entities:
  33. - entity: group.groundfloor_push_notifications_automations
  34. icon: 'mdi:home-floor-g'
  35. name: false
  36. tap_action:
  37. action: call-service
  38. service: homeassistant.toggle
  39. service_data:
  40. entity_id: group.groundfloor_push_notifications_automations
  41. - entity: group.firstfloor_push_notifications_automations
  42. icon: 'mdi:home-floor-1'
  43. name: false
  44. tap_action:
  45. action: call-service
  46. service: homeassistant.toggle
  47. service_data:
  48. entity_id: group.firstfloor_push_notifications_automations
  49. - entity: group.secondfloor_push_notifications_automations
  50. icon: 'mdi:home-floor-2'
  51. name: false
  52. tap_action:
  53. action: call-service
  54. service: homeassistant.toggle
  55. service_data:
  56. entity_id: group.secondfloor_push_notifications_automations
  57. entity: group.office_watch_automations
  58. icon: 'mdi:home'
  59. name: House Alerts
  60. toggle: true
  61. show_state: true
  62. type: 'custom:multiple-entity-row'
  63. show_header_toggle: false
  64. show_name: false
  65. title: false
  66. type: entities
  67. - color_type: blank-card
  68. icon: 'mdi:led-strip-variant'
  69. name: Floor
  70. styles:
  71. card:
  72. - width: 25px
  73. type: 'custom:button-card'
  74. type: horizontal-stack
  75. - color_type: blank-card
  76. icon: 'mdi:led-strip-variant'
  77. name: Floor
  78. styles:
  79. card:
  80. - height: 5px
  81. type: 'custom:button-card'
  82. - type: vertical-stack
  83. cards:
  84. - type: horizontal-stack
  85. cards:
  86. - color_type: blank-card
  87. icon: 'mdi:led-strip-variant'
  88. name: Floor
  89. styles:
  90. card:
  91. - width: 25px
  92. type: 'custom:button-card'
  93. - entity: automation.ground_pir_pushover
  94. icon: 'mdi:doorbell'
  95. name: Ground Floor<br> Hallway Motion
  96. state:
  97. - icon: 'mdi:motion-sensor'
  98. styles:
  99. card:
  100. - height: 100px
  101. icon:
  102. - width: 45%
  103. - opacity: 0.5
  104. - padding-top: 10px
  105. name:
  106. - padding: 10px
  107. - font-size: 11px
  108. - text-overflow: unset
  109. value: 'off'
  110. - color: white
  111. icon: 'mdi:motion-sensor'
  112. operator: default
  113. styles:
  114. card:
  115. - height: 100px
  116. icon:
  117. - width: 45%
  118. - padding-top: 10px
  119. name:
  120. - padding: 10px
  121. - font-size: 11px
  122. - text-overflow: unset
  123. type: 'custom:button-card'
  124. - entity: automation.kitchen_motion
  125. icon: 'mdi:doorbell'
  126. name: Kitchen<br> Motion
  127. state:
  128. - icon: 'mdi:motion-sensor'
  129. styles:
  130. card:
  131. - height: 100px
  132. icon:
  133. - width: 45%
  134. - opacity: 0.5
  135. - padding-top: 10px
  136. name:
  137. - padding: 10px
  138. - font-size: 11px
  139. - text-overflow: unset
  140. value: 'off'
  141. - color: white
  142. icon: 'mdi:motion-sensor'
  143. operator: default
  144. styles:
  145. card:
  146. - height: 100px
  147. icon:
  148. - width: 45%
  149. - padding-top: 10px
  150. name:
  151. - padding: 10px
  152. - font-size: 11px
  153. - text-overflow: unset
  154. type: 'custom:button-card'
  155. - entity: automation.first_pir_pushover
  156. icon: 'mdi:doorbell'
  157. name: First Floor<br> Hallway Motion
  158. state:
  159. - icon: 'mdi:motion-sensor'
  160. styles:
  161. card:
  162. - height: 100px
  163. icon:
  164. - width: 45%
  165. - opacity: 0.5
  166. - padding-top: 10px
  167. name:
  168. - padding: 10px
  169. - font-size: 11px
  170. - text-overflow: unset
  171. value: 'off'
  172. - color: white
  173. icon: 'mdi:motion-sensor'
  174. operator: default
  175. styles:
  176. card:
  177. - height: 100px
  178. icon:
  179. - width: 45%
  180. - padding-top: 10px
  181. name:
  182. - padding: 10px
  183. - font-size: 11px
  184. - text-overflow: unset
  185. type: 'custom:button-card'
  186. - entity: automation.pushover_living_room_motion
  187. icon: 'mdi:doorbell'
  188. name: Living<br>Room Motion
  189. state:
  190. - icon: 'mdi:motion-sensor'
  191. styles:
  192. card:
  193. - height: 100px
  194. icon:
  195. - width: 45%
  196. - opacity: 0.5
  197. - padding-top: 10px
  198. name:
  199. - padding: 10px
  200. - font-size: 11px
  201. - text-overflow: unset
  202. value: 'off'
  203. - color: white
  204. icon: 'mdi:motion-sensor'
  205. operator: default
  206. styles:
  207. card:
  208. - height: 100px
  209. icon:
  210. - width: 45%
  211. - padding-top: 10px
  212. name:
  213. - padding: 10px
  214. - font-size: 11px
  215. - text-overflow: unset
  216. type: 'custom:button-card'
  217. - color_type: blank-card
  218. icon: 'mdi:led-strip-variant'
  219. name: Floor
  220. styles:
  221. card:
  222. - width: 25px
  223. type: 'custom:button-card'
  224. - color_type: blank-card
  225. icon: 'mdi:led-strip-variant'
  226. name: Floor
  227. styles:
  228. card:
  229. - height: 5px
  230. type: 'custom:button-card'
  231. - type: horizontal-stack
  232. cards:
  233. - color_type: blank-card
  234. icon: 'mdi:led-strip-variant'
  235. name: Floor
  236. styles:
  237. card:
  238. - width: 25px
  239. type: 'custom:button-card'
  240. - entity: automation.office_pir_pushover
  241. icon: 'mdi:doorbell'
  242. name: Second Floor<br>Hallway Motion
  243. state:
  244. - icon: 'mdi:motion-sensor'
  245. styles:
  246. card:
  247. - height: 100px
  248. icon:
  249. - width: 45%
  250. - opacity: 0.5
  251. - padding-top: 10px
  252. name:
  253. - padding: 10px
  254. - font-size: 12px
  255. - text-overflow: unset
  256. - white-space: unset
  257. - word-break: break-word
  258. value: 'off'
  259. - color: white
  260. icon: 'mdi:motion-sensor'
  261. operator: default
  262. styles:
  263. card:
  264. - height: 100px
  265. icon:
  266. - width: 45%
  267. - padding-top: 10px
  268. name:
  269. - padding: 10px
  270. - font-size: 12px
  271. - text-overflow: unset
  272. - white-space: unset
  273. - word-break: break-word
  274. type: 'custom:button-card'
  275. - entity: automation.office_pir_pushover
  276. icon: 'mdi:doorbell'
  277. name: Master Bedroom<br>Motion
  278. state:
  279. - icon: 'mdi:motion-sensor'
  280. styles:
  281. card:
  282. - height: 100px
  283. icon:
  284. - width: 45%
  285. - opacity: 0.5
  286. - padding-top: 10px
  287. name:
  288. - padding: 10px
  289. - font-size: 12px
  290. - text-overflow: unset
  291. - white-space: unset
  292. - word-break: break-word
  293. value: 'off'
  294. - color: white
  295. icon: 'mdi:motion-sensor'
  296. operator: default
  297. styles:
  298. card:
  299. - height: 100px
  300. icon:
  301. - width: 45%
  302. - padding-top: 10px
  303. name:
  304. - padding: 10px
  305. - font-size: 12px
  306. - text-overflow: unset
  307. - white-space: unset
  308. - word-break: break-word
  309. type: 'custom:button-card'
  310. - entity: automation.office_pir_pushover
  311. icon: 'mdi:doorbell'
  312. name: Office<br>Motion
  313. state:
  314. - icon: 'mdi:motion-sensor'
  315. styles:
  316. card:
  317. - height: 100px
  318. icon:
  319. - width: 45%
  320. - opacity: 0.5
  321. - padding-top: 10px
  322. name:
  323. - padding: 10px
  324. - font-size: 12px
  325. value: 'off'
  326. - color: white
  327. icon: 'mdi:motion-sensor'
  328. operator: default
  329. styles:
  330. card:
  331. - height: 100px
  332. icon:
  333. - width: 45%
  334. - padding-top: 10px
  335. name:
  336. - padding: 10px
  337. - font-size: 12px
  338. - text-overflow: unset
  339. - white-space: unset
  340. - word-break: break-word
  341. type: 'custom:button-card'
  342. - color_type: blank-card
  343. icon: 'mdi:led-strip-variant'
  344. name: Floor
  345. styles:
  346. card:
  347. - width: 25px
  348. type: 'custom:button-card'
  349. - type: horizontal-stack
  350. cards:
  351. - color_type: blank-card
  352. icon: 'mdi:led-strip-variant'
  353. name: Floor
  354. styles:
  355. card:
  356. - height: 5px
  357. type: 'custom:button-card'
  358. - type: horizontal-stack
  359. cards:
  360. - color_type: blank-card
  361. icon: 'mdi:led-strip-variant'
  362. name: Floor
  363. styles:
  364. card:
  365. - width: 25px
  366. type: 'custom:button-card'
  367. - entity: group.frontdoor_automations
  368. icon: 'mdi:doorbell'
  369. name: Front<br>Door
  370. state:
  371. - icon: 'mdi:door-closed'
  372. styles:
  373. card:
  374. - height: 100px
  375. icon:
  376. - width: 45%
  377. - opacity: 0.5
  378. - padding-top: 10px
  379. name:
  380. - padding: 10px
  381. - font-size: 12px
  382. - text-overflow: unset
  383. - white-space: unset
  384. - word-break: break-word
  385. value: 'off'
  386. - color: white
  387. icon: 'mdi:door-open'
  388. operator: default
  389. styles:
  390. card:
  391. - height: 100px
  392. icon:
  393. - width: 45%
  394. - padding-top: 10px
  395. name:
  396. - padding: 10px
  397. - font-size: 12px
  398. - text-overflow: unset
  399. - white-space: unset
  400. - word-break: break-word
  401. type: 'custom:button-card'
  402. - entity: group.backdoor_automations
  403. icon: 'mdi:doorbell'
  404. name: Back<br>Door
  405. state:
  406. - icon: 'mdi:door-closed'
  407. styles:
  408. card:
  409. - height: 100px
  410. icon:
  411. - width: 45%
  412. - opacity: 0.5
  413. - padding-top: 10px
  414. name:
  415. - padding: 10px
  416. - font-size: 12px
  417. - text-overflow: unset
  418. - white-space: unset
  419. - word-break: break-word
  420. value: 'off'
  421. - color: white
  422. icon: 'mdi:door-open'
  423. operator: default
  424. styles:
  425. card:
  426. - height: 100px
  427. icon:
  428. - width: 45%
  429. - padding-top: 10px
  430. name:
  431. - padding: 10px
  432. - font-size: 12px
  433. - text-overflow: unset
  434. - white-space: unset
  435. - word-break: break-word
  436. type: 'custom:button-card'
  437. - entity: group.snugdoor_automations
  438. icon: 'mdi:doorbell'
  439. name: Snug<br>Door
  440. state:
  441. - icon: 'mdi:door-closed'
  442. styles:
  443. card:
  444. - height: 100px
  445. icon:
  446. - width: 45%
  447. - opacity: 0.5
  448. - padding-top: 10px
  449. name:
  450. - padding: 10px
  451. - font-size: 12px
  452. - text-overflow: unset
  453. - white-space: unset
  454. - word-break: break-word
  455. value: 'off'
  456. - color: white
  457. icon: 'mdi:door-open'
  458. operator: default
  459. styles:
  460. card:
  461. - height: 100px
  462. icon:
  463. - width: 45%
  464. - padding-top: 10px
  465. name:
  466. - padding: 10px
  467. - font-size: 12px
  468. - text-overflow: unset
  469. - white-space: unset
  470. - word-break: break-word
  471. type: 'custom:button-card'
  472. - entity: group.kitchendoor_automations
  473. icon: 'mdi:doorbell'
  474. name: Kitchen<br>Door
  475. state:
  476. - icon: 'mdi:door-closed'
  477. styles:
  478. card:
  479. - height: 100px
  480. icon:
  481. - width: 45%
  482. - opacity: 0.5
  483. - padding-top: 10px
  484. name:
  485. - padding: 10px
  486. - font-size: 12px
  487. - text-overflow: unset
  488. - white-space: unset
  489. - word-break: break-word
  490. value: 'off'
  491. - color: white
  492. icon: 'mdi:door-open'
  493. operator: default
  494. styles:
  495. card:
  496. - height: 100px
  497. icon:
  498. - width: 45%
  499. - padding-top: 10px
  500. name:
  501. - padding: 10px
  502. - font-size: 12px
  503. - text-overflow: unset
  504. - white-space: unset
  505. - word-break: break-word
  506. type: 'custom:button-card'
  507. - color_type: blank-card
  508. icon: 'mdi:led-strip-variant'
  509. name: Floor
  510. styles:
  511. card:
  512. - width: 25px
  513. type: 'custom:button-card'
  514. - type: horizontal-stack
  515. cards:
  516. - color_type: blank-card
  517. icon: 'mdi:led-strip-variant'
  518. name: Floor
  519. styles:
  520. card:
  521. - height: 5px
  522. type: 'custom:button-card'
  523. - type: horizontal-stack
  524. cards:
  525. - color_type: blank-card
  526. icon: 'mdi:led-strip-variant'
  527. name: Floor
  528. styles:
  529. card:
  530. - width: 25px
  531. type: 'custom:button-card'
  532. - entity: group.livingroomdoor_automations
  533. extra_styles: |
  534. @keyframes mymove {
  535. 50% {box-shadow: 0 0 20px red;}
  536. }
  537. icon: 'mdi:doorbell'
  538. name: Living Room<br>Door
  539. state:
  540. - icon: 'mdi:door-closed'
  541. styles:
  542. card:
  543. - height: 100px
  544. icon:
  545. - width: 45%
  546. - opacity: 0.5
  547. - padding-top: 10px
  548. name:
  549. - padding: 10px
  550. - font-size: 12px
  551. - text-overflow: unset
  552. - white-space: unset
  553. - word-break: break-word
  554. value: 'off'
  555. - color: white
  556. icon: 'mdi:door-open'
  557. operator: default
  558. styles:
  559. card:
  560. - height: 100px
  561. icon:
  562. - width: 45%
  563. - padding-top: 10px
  564. name:
  565. - padding: 10px
  566. - font-size: 12px
  567. - text-overflow: unset
  568. - white-space: unset
  569. - word-break: break-word
  570. type: 'custom:button-card'
  571. - entity: group.guestbathroomdoor_automations
  572. icon: 'mdi:doorbell'
  573. name: Guest Bathroom<br>Door
  574. state:
  575. - icon: 'mdi:door-closed'
  576. styles:
  577. card:
  578. - height: 100px
  579. icon:
  580. - width: 45%
  581. - opacity: 0.5
  582. - padding-top: 10px
  583. name:
  584. - padding: 10px
  585. - font-size: 12px
  586. - text-overflow: unset
  587. - white-space: unset
  588. - word-break: break-word
  589. value: 'off'
  590. - color: white
  591. icon: 'mdi:door-open'
  592. operator: default
  593. styles:
  594. card:
  595. - height: 100px
  596. icon:
  597. - width: 45%
  598. - padding-top: 10px
  599. name:
  600. - padding: 10px
  601. - font-size: 12px
  602. - text-overflow: unset
  603. - white-space: unset
  604. - word-break: break-word
  605. type: 'custom:button-card'
  606. - entity: group.guestbedroomdoor_automations
  607. icon: 'mdi:doorbell'
  608. name: Guest Bedroom<br>Door
  609. state:
  610. - icon: 'mdi:door-closed'
  611. styles:
  612. card:
  613. - height: 100px
  614. icon:
  615. - width: 45%
  616. - opacity: 0.5
  617. - padding-top: 10px
  618. name:
  619. - padding: 10px
  620. - font-size: 12px
  621. value: 'off'
  622. - color: white
  623. icon: 'mdi:door-open'
  624. operator: default
  625. styles:
  626. card:
  627. - height: 100px
  628. icon:
  629. - width: 45%
  630. - padding-top: 10px
  631. name:
  632. - padding: 10px
  633. - font-size: 12px
  634. - text-overflow: unset
  635. - white-space: unset
  636. - word-break: break-word
  637. type: 'custom:button-card'
  638. - color_type: blank-card
  639. icon: 'mdi:led-strip-variant'
  640. name: Floor
  641. styles:
  642. card:
  643. - width: 25px
  644. type: 'custom:button-card'
  645. - color_type: blank-card
  646. icon: 'mdi:led-strip-variant'
  647. name: Floor
  648. styles:
  649. card:
  650. - height: 5px
  651. type: 'custom:button-card'
  652. - type: horizontal-stack
  653. cards:
  654. - color_type: blank-card
  655. icon: 'mdi:led-strip-variant'
  656. name: Floor
  657. styles:
  658. card:
  659. - width: 25px
  660. type: 'custom:button-card'
  661. - entity: group.masterbedroomdoor_automations
  662. icon: 'mdi:doorbell'
  663. name: Master Bedroom<br>Door
  664. state:
  665. - icon: 'mdi:door-closed'
  666. styles:
  667. card:
  668. - height: 100px
  669. icon:
  670. - width: 45%
  671. - opacity: 0.5
  672. - padding-top: 10px
  673. name:
  674. - padding: 10px
  675. - font-size: 12px
  676. - text-overflow: unset
  677. - white-space: unset
  678. - word-break: break-word
  679. value: 'off'
  680. - color: white
  681. icon: 'mdi:door-open'
  682. operator: default
  683. styles:
  684. card:
  685. - height: 100px
  686. icon:
  687. - width: 45%
  688. - padding-top: 10px
  689. name:
  690. - padding: 10px
  691. - font-size: 12px
  692. - text-overflow: unset
  693. - white-space: unset
  694. - word-break: break-word
  695. type: 'custom:button-card'
  696. - entity: group.ensuitedoor_automations
  697. icon: 'mdi:doorbell'
  698. name: Ensuite<br/>Door
  699. state:
  700. - icon: 'mdi:door-closed'
  701. styles:
  702. card:
  703. - height: 100px
  704. icon:
  705. - width: 45%
  706. - opacity: 0.5
  707. - padding-top: 10px
  708. name:
  709. - padding: 10px
  710. - font-size: 12px
  711. - text-overflow: unset
  712. - white-space: unset
  713. - word-break: break-word
  714. value: 'off'
  715. - color: white
  716. icon: 'mdi:door-open'
  717. operator: default
  718. styles:
  719. card:
  720. - height: 100px
  721. icon:
  722. - width: 45%
  723. - padding-top: 10px
  724. name:
  725. - padding: 10px
  726. - font-size: 12px
  727. - text-overflow: unset
  728. - white-space: unset
  729. - word-break: break-word
  730. type: 'custom:button-card'
  731. - entity: group.officedoor_automations
  732. icon: 'mdi:doorbell'
  733. name: Office<br/>Door
  734. state:
  735. - icon: 'mdi:door-closed'
  736. styles:
  737. card:
  738. - height: 100px
  739. icon:
  740. - width: 45%
  741. - opacity: 0.5
  742. - padding-top: 10px
  743. name:
  744. - padding: 10px
  745. - font-size: 12px
  746. value: 'off'
  747. - color: white
  748. icon: 'mdi:door-open'
  749. operator: default
  750. styles:
  751. card:
  752. - height: 100px
  753. icon:
  754. - width: 45%
  755. - padding-top: 10px
  756. name:
  757. - padding: 10px
  758. - font-size: 12px
  759. - text-overflow: unset
  760. - white-space: unset
  761. - word-break: break-word
  762. type: 'custom:button-card'
  763. - color_type: blank-card
  764. icon: 'mdi:led-strip-variant'
  765. name: Floor
  766. styles:
  767. card:
  768. - width: 25px
  769. type: 'custom:button-card'
  770. - color_type: blank-card
  771. icon: 'mdi:led-strip-variant'
  772. name: Floor
  773. styles:
  774. card:
  775. - height: 5px
  776. type: 'custom:button-card'
  777. - type: horizontal-stack
  778. cards:
  779. - color_type: blank-card
  780. icon: 'mdi:led-strip-variant'
  781. name: Floor
  782. styles:
  783. card:
  784. - width: 25px
  785. type: 'custom:button-card'
  786. - entity: automation.pushover_door_bell_alert
  787. icon: 'mdi:doorbell'
  788. name: Door<br>Bell
  789. state:
  790. - icon: 'mdi:doorbell'
  791. styles:
  792. card:
  793. - height: 100px
  794. icon:
  795. - width: 45%
  796. - opacity: 0.5
  797. - padding-top: 10px
  798. name:
  799. - padding: 10px
  800. - font-size: 12px
  801. - text-overflow: unset
  802. - white-space: unset
  803. - word-break: break-word
  804. value: 'off'
  805. - color: white
  806. icon: 'mdi:doorbell'
  807. operator: default
  808. styles:
  809. card:
  810. - height: 100px
  811. icon:
  812. - width: 45%
  813. - padding-top: 10px
  814. name:
  815. - padding: 10px
  816. - font-size: 12px
  817. - text-overflow: unset
  818. - white-space: unset
  819. - word-break: break-word
  820. type: 'custom:button-card'
  821. - entity: automation.pushover_letter_box
  822. extra_styles: |
  823. @keyframes mymove {
  824. 50% {box-shadow: 0 0 20px red;}
  825. }
  826. icon: 'mdi:mailbox'
  827. name: Letter<br>Box
  828. state:
  829. - icon: 'mdi:mailbox'
  830. styles:
  831. card:
  832. - height: 100px
  833. icon:
  834. - width: 45%
  835. - opacity: 0.5
  836. - padding-top: 10px
  837. name:
  838. - padding: 10px
  839. - font-size: 12px
  840. - text-overflow: unset
  841. - white-space: unset
  842. - word-break: break-word
  843. value: 'off'
  844. - color: white
  845. icon: 'mdi:mailbox'
  846. operator: default
  847. styles:
  848. card:
  849. - height: 100px
  850. icon:
  851. - width: 45%
  852. - padding-top: 10px
  853. name:
  854. - padding: 10px
  855. - font-size: 12px
  856. - text-overflow: unset
  857. - white-space: unset
  858. - word-break: break-word
  859. type: 'custom:button-card'
  860. - entity: automation.fridge_door
  861. icon: 'mdi:doorbell'
  862. name: Fridge<br>Door
  863. state:
  864. - icon: 'mdi:fridge'
  865. styles:
  866. card:
  867. - height: 100px
  868. icon:
  869. - width: 45%
  870. - opacity: 0.5
  871. - padding-top: 10px
  872. name:
  873. - padding: 10px
  874. - font-size: 12px
  875. - text-overflow: unset
  876. - white-space: unset
  877. - word-break: break-word
  878. value: 'off'
  879. - color: white
  880. icon: 'mdi:fridge'
  881. operator: default
  882. styles:
  883. card:
  884. - height: 100px
  885. icon:
  886. - width: 45%
  887. - padding-top: 10px
  888. name:
  889. - padding: 10px
  890. - font-size: 12px
  891. - text-overflow: unset
  892. - white-space: unset
  893. - word-break: break-word
  894. type: 'custom:button-card'
  895. - entity: automation.flight_entry_notification
  896. extra_styles: |
  897. @keyframes mymove {
  898. 50% {box-shadow: 0 0 20px red;}
  899. }
  900. icon: 'mdi:doorbell'
  901. name: Planes<br>Overhead
  902. state:
  903. - icon: 'mdi:airplane'
  904. styles:
  905. card:
  906. - height: 100px
  907. icon:
  908. - width: 45%
  909. - opacity: 0.5
  910. - padding-top: 10px
  911. name:
  912. - padding: 10px
  913. - font-size: 12px
  914. value: 'off'
  915. - color: white
  916. icon: 'mdi:airplane'
  917. operator: default
  918. styles:
  919. card:
  920. - height: 100px
  921. icon:
  922. - width: 45%
  923. - padding-top: 10px
  924. name:
  925. - padding: 10px
  926. - font-size: 12px
  927. - text-overflow: unset
  928. - white-space: unset
  929. - word-break: break-word
  930. type: 'custom:button-card'
  931. - color_type: blank-card
  932. icon: 'mdi:led-strip-variant'
  933. name: Floor
  934. styles:
  935. card:
  936. - width: 25px
  937. type: 'custom:button-card'
  938.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement