Advertisement
abeksis

Untitled

Apr 5th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. - type: vertical-stack
  2. cards:
  3. - type: horizontal-stack
  4. cards:
  5. - type: custom:button-card
  6. template: title
  7. name: Devices
  8.  
  9. - type: custom:layout-card
  10. layout_type: grid
  11.  
  12. layout_options:
  13. grid-template-columns: 1fr 1fr
  14. grid-template-rows: auto
  15. grid-gap: 0px 4px
  16. mediaquery:
  17. "(max-width: 450px)":
  18. grid-template-columns: 1fr 1fr
  19. cards:
  20. - type: 'custom:button-card'
  21. template: card_light
  22. entity: light.guests_bathroom
  23. variables:
  24. ulm_card_light_name: Guests
  25.  
  26. - type: 'custom:button-card'
  27. template: card_light
  28. entity: light.kids_shower_light
  29. variables:
  30. ulm_card_light_name: Kids
  31.  
  32. - type: vertical-stack
  33. cards:
  34. - type: custom:layout-card
  35. layout_type: grid
  36.  
  37. layout_options:
  38. grid-template-columns: 1fr 1fr
  39. grid-template-rows: auto
  40. grid-gap: 0px 4px
  41. mediaquery:
  42. "(max-width: 450px)":
  43. grid-template-columns: 1fr
  44. cards:
  45. - type: 'custom:button-card'
  46. template: card_light
  47. entity: light.shower_parents_light
  48. variables:
  49. ulm_card_light_name: Parents
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement