Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -----
  2.  
  3. entities:
  4. - entity: counter.office_thermo_temp
  5. type: glance
  6. theme: default
  7. show_icon: false
  8. show_state: true
  9. show_name: false
  10. title: Office Thermostat
  11.  
  12. -----
  13.  
  14. entities:
  15. - entity: binary_sensor.office_sensor
  16. - entity: sensor.office_sensor
  17. hours_to_show: 24
  18. refresh_interval: 0
  19. title: Office Temp
  20. type: history-graph
  21.  
  22. ----
  23.  
  24. cards:
  25. - entities:
  26. - entity: counter.office_thermo_temp
  27. show_icon: false
  28. show_name: false
  29. show_state: true
  30. theme: default
  31. title: Office Thermostat
  32. type: glance
  33. - entities:
  34. - entity: binary_sensor.office_sensor
  35. - entity: sensor.office_sensor
  36. hours_to_show: 24
  37. refresh_interval: 0
  38. title: Office Temp
  39. type: history-graph
  40. type: vertical-stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement