Guest User

Untitled

a guest
Oct 12th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. #home.yaml
  2. title: "Home"
  3. path: "home"
  4. cards:
  5. - type: "custom:button-card"
  6. template: "card_esh_welcome"
  7. triggers_update: "input_boolean.minimalist_dropdown"
  8. variables:
  9. ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
  10. ulm_weather: "weather.weather.openweathermap"
  11. entity_1:
  12. nav: "house"
  13. icon: "mdi:home"
  14. name: "House"
  15. color: "blue"
  16. entity_2:
  17. nav: "lights"
  18. icon: "mdi:lightbulb"
  19. name: "Lights"
  20. color: "yellow"
  21. entity_3:
  22. nav: "security"
  23. icon: "mdi:shield"
  24. name: Secure
  25. color: "green"
  26. entity_4:
  27. nav: "network"
  28. icon: "mdi:nas"
  29. name: Lab
  30. color: "purple"
  31. entity_5:
  32. nav: "network"
  33. icon: "mdi:flask"
  34. name: Lab
  35. color: "red"
  36.  
Advertisement
Add Comment
Please, Sign In to add comment