lawrencehead

NHL mushroom card

Apr 25th, 2025 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. - type: custom:mushroom-template-card
  2. entity: sensor.nhl_vgk_date
  3. primary: |
  4. {{ states('sensor.nhl_vgk_opponent') }}
  5. secondary: |
  6. {{ states('sensor.nhl_vgk_date') }}
  7. icon: mdi:hockey-sticks
  8. icon_color: '#ffc300'
  9. multiline_secondary: true
  10. tap_action:
  11. action: fire-dom-event
  12. browser_mod:
  13. service: browser_mod.popup
  14. data:
  15. deviceID: this
  16. title: Upcoming events
  17. content:
  18. type: custom:atomic-calendar-revive
  19. enableModeChange: true
  20. entities:
  21. - entity: sensor.calendars
  22. icon: mdi:calendar
  23. - entity: calendar.vegas_golden_knights
  24. showMultiDay: false
  25. max_events: 5
  26. showRelativeTime: false
  27. showLocation: false
  28. maxDaysToShow: 365
  29. maxEventCount: 10
  30. showHiddenText: false
  31. startDaysAhead: -4
Advertisement
Add Comment
Please, Sign In to add comment