Advertisement
Guest User

Untitled

a guest
May 3rd, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ## script
  2. coffee_time_popup:
  3. sequence:
  4. - event: browser_command
  5. event_data:
  6. command: popup
  7. title: " "
  8. style:
  9. background: linear-gradient(black, 75%, rgba(210,210,210,0.8))
  10. border-radius: 20px
  11. border: solid 10px limegreen
  12. font-size: 1.7em
  13. font-weight: bold
  14. color: "#FFF"
  15. text-shadow: "1px 1px 2px black, 0 0 25px lime, 0 0 5px Chartreuse"
  16. height: 560px
  17. width: 55%
  18. card:
  19. type: custom:card-modder
  20. style:
  21. background-image: url("/local/images-lovelace/backgroundz/coffee3.png")
  22. background-repeat: no-repeat
  23. background-size: 100% 100%
  24. card:
  25. type: entities
  26. show_header_toggle: false
  27. entities:
  28. - type: custom:dummy-entity-row
  29. entity: sun.sun
  30. icon: mdi:this-icon-does-not-exist
  31. name: " "
  32. - type: custom:dummy-entity-row
  33. entity: sun.sun
  34. icon: mdi:this-icon-does-not-exist
  35. name: " "
  36. - type: custom:dummy-entity-row
  37. entity: sun.sun
  38. icon: mdi:this-icon-does-not-exist
  39. name: " "
  40. - type: custom:dummy-entity-row
  41. entity: sun.sun
  42. icon: mdi:this-icon-does-not-exist
  43. name: " "
  44. - entity: switch.coffee_maker
  45. - input_boolean.cfe_on
  46. - type: custom:time-input-row
  47. entity: input_datetime.cfe_on
  48. - type: section
  49. - input_boolean.cfe_off
  50. - input_number.cfe_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement