Advertisement
pqpxoxa

Push Notification Box

Jul 10th, 2020
1,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. cards:
  2. - entities:
  3. - text: PIR Motion
  4. type: 'custom:text-divider-row'
  5. - entities:
  6. - entity: automation.ground_pir_pushover
  7. icon: 'mdi:test-tube'
  8. name: false
  9. tap_action:
  10. action: call-service
  11. confirmation: Perform Test?
  12. service: automation.trigger
  13. service_data:
  14. entity_id: automation.ground_pir_pushover
  15. entity: automation.ground_pir_pushover
  16. icon: 'mdi:home-floor-g'
  17. name: Ground Floor Motion
  18. secondary_info: last-changed
  19. toggle: true
  20. type: 'custom:multiple-entity-row'
  21. - entities:
  22. - entity: automation.first_pir_pushover
  23. icon: 'mdi:test-tube'
  24. name: false
  25. tap_action:
  26. action: call-service
  27. confirmation: Perform Test?
  28. service: automation.trigger
  29. service_data:
  30. entity_id: automation.first_pir_pushover
  31. entity: automation.first_pir_pushover
  32. icon: 'mdi:home-floor-1'
  33. name: First Floor Motion
  34. secondary_info: last-changed
  35. toggle: true
  36. type: 'custom:multiple-entity-row'
  37. - entities:
  38. - entity: automation.office_pir_pushover
  39. icon: 'mdi:test-tube'
  40. name: false
  41. tap_action:
  42. action: call-service
  43. confirmation: Perform Test?
  44. service: automation.trigger
  45. service_data:
  46. entity_id: automation.office_pir_pushover
  47. entity: automation.office_pir_pushover
  48. icon: 'mdi:home-floor-2'
  49. name: Second Floor Motion
  50. secondary_info: last-changed
  51. toggle: true
  52. type: 'custom:multiple-entity-row'
  53. - text: House Alerts
  54. type: 'custom:text-divider-row'
  55. - entities:
  56. - entity: automation.doorbell_alert
  57. icon: 'mdi:test-tube'
  58. name: false
  59. tap_action:
  60. action: call-service
  61. confirmation: Perform Test?
  62. service: automation.trigger
  63. service_data:
  64. entity_id: automation.doorbell_alert
  65. entity: automation.doorbell_alert
  66. icon: 'mdi:doorbell'
  67. name: Doorbell Alert
  68. secondary_info: last-changed
  69. toggle: true
  70. type: 'custom:multiple-entity-row'
  71. - entities:
  72. - entity: automation.pushover_letter_box
  73. icon: 'mdi:test-tube'
  74. name: false
  75. tap_action:
  76. action: call-service
  77. confirmation: Perform Test?
  78. service: automation.trigger
  79. service_data:
  80. entity_id: automation.pushover_letter_box
  81. entity: automation.pushover_letter_box
  82. icon: 'mdi:mailbox'
  83. name: Letterbox Alert
  84. secondary_info: last-changed
  85. toggle: true
  86. type: 'custom:multiple-entity-row'
  87. - entities:
  88. - entity: automation.doorbell_alert
  89. icon: 'mdi:test-tube'
  90. name: false
  91. tap_action:
  92. action: call-service
  93. confirmation: Perform Test?
  94. service: automation.trigger
  95. service_data:
  96. entity_id: automation.doorbell_alert
  97. entity: automation.doorbell_alert
  98. icon: 'mdi:fridge-alert-outline'
  99. name: Fridge/Freezer Alert
  100. secondary_info: last-changed
  101. toggle: true
  102. type: 'custom:multiple-entity-row'
  103. - text: Door Alerts
  104. type: 'custom:text-divider-row'
  105. - entities:
  106. - entity: automation.pushover_front_door
  107. icon: 'mdi:test-tube'
  108. name: false
  109. tap_action:
  110. action: call-service
  111. confirmation: Perform Test?
  112. service: automation.trigger
  113. service_data:
  114. entity_id: automation.pushover_front_door
  115. entity: automation.pushover_front_door
  116. icon: 'mdi:door-closed'
  117. name: Front Door Alert
  118. secondary_info: last-changed
  119. toggle: true
  120. type: 'custom:multiple-entity-row'
  121. - entities:
  122. - entity: automation.pushover_front_door
  123. icon: 'mdi:test-tube'
  124. name: false
  125. tap_action:
  126. action: call-service
  127. confirmation: Perform Test?
  128. service: automation.trigger
  129. service_data:
  130. entity_id: automation.pushover_front_door
  131. entity: automation.pushover_front_door
  132. icon: 'mdi:door-closed'
  133. name: Back Door Alert
  134. secondary_info: last-changed
  135. toggle: true
  136. type: 'custom:multiple-entity-row'
  137. - entities:
  138. - entity: automation.pushover_front_door
  139. icon: 'mdi:test-tube'
  140. name: false
  141. tap_action:
  142. action: call-service
  143. confirmation: Perform Test?
  144. service: automation.trigger
  145. service_data:
  146. entity_id: automation.pushover_front_door
  147. entity: automation.pushover_front_door
  148. icon: 'mdi:garage'
  149. name: Garage Door Alert
  150. secondary_info: last-changed
  151. toggle: true
  152. type: 'custom:multiple-entity-row'
  153. icon: 'mdi:cellphone-message'
  154. show_header_toggle: true
  155. title: Push Notifications
  156. type: entities
  157. type: vertical-stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement