Advertisement
Guest User

config

a guest
Aug 21st, 2018
1,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. title: Home
  2. # Include external resources
  3. resources:
  4. - url: /local/my-custom-card.js
  5. type: js
  6. - url: /local/my-webfont.css
  7. type: css
  8. - url: /local/gauge-card.js?v=0.1.0
  9. type: js
  10. - url: /local/dual-gauge-card.js?v=0.2.1
  11. type: js
  12. - url: /local/thermostat-card.js?v=0.0.2
  13. type: module
  14. - url: /local/tracker-card.js?v=0.1.4
  15. type: js
  16. views:
  17. - title: Dashboard
  18. id: dashboard
  19. cards:
  20. - type: entities
  21. show_header_toggle: false
  22. title: Lights
  23. entities:
  24. - switch.bedroom_cieling_light
  25. - light.bedroom_light_strip
  26. - type: custom:gauge-card
  27. title: Lux
  28. entity: sensor.bedroom_light_intensity
  29. min: 0
  30. max: 200
  31. - type: entities
  32. show_header_toggle: false
  33. title: Thermostat
  34. entities:
  35. - type: custom:thermostat-card
  36. title: Bedroom AC
  37. entity: climate.bedroom_ac
  38. highlight_tap: true
  39. - type: entities
  40. show_header_toggle: false
  41. title: Climate Control
  42. entities:
  43. - type: custom:dual-gauge-card
  44. title: Bedroom
  45. min: 32
  46. max: 120
  47. cardwidth: 400
  48. outer:
  49. entity: sensor.owm_temperature
  50. label: "Out"
  51. unit: "°F"
  52. inner:
  53. entity: sensor.bedroom_temp
  54. label: "In"
  55. unit: "°F"
  56. colors:
  57. - color: "var(--label-badge-red)"
  58. value: 82
  59. - color: "var(--label-badge-green)"
  60. value: 75
  61. - color: "var(--label-badge-yellow)"
  62. value: 70
  63. - color: "var(--label-badge-blue)"
  64. value: 65
  65. - color: "var(--paper-blue-400)"
  66. value: 60
  67. - input_number.ac_max_temp
  68. - input_number.ac_min_temp
  69. - input_boolean.automate_ac
  70. - switch.bedroom_ac
  71. badges:
  72. - device_tracker.pixelxl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement