Advertisement
Guest User

Untitled

a guest
Mar 8th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. - type: vertical-stack
  2. cards:
  3. - type: 'custom:auto-entities'
  4. card:
  5. type: entities
  6. title: What's On?
  7. state_color: true
  8. filter:
  9. include:
  10. - domain: light
  11. - domain: switch
  12. exclude:
  13. - state: 'off'
  14. - state: unavailable
  15. sort:
  16. method: none
  17. show_empty: false
  18. - type: 'custom:auto-entities'
  19. show_empty: false
  20. card:
  21. type: entities
  22. title: Open Doors & Windows
  23. show_header_toggle: false
  24. filter:
  25. include:
  26. - entity_id: /door/
  27. - entity_id: /window/
  28. exclude:
  29. - domain: automation
  30. - domain: group
  31. - state: 'off'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement