4
0

config.yaml 630 B

12345678910111213141516171819202122232425262728
  1. logLevel: "INFO"
  2. actions:
  3. - title: Turn heating up
  4. icon: '🔼'
  5. shell: /opt/heating.sh up
  6. - title: Turn heating down
  7. icon: '🔽'
  8. shell: /opt/heating.sh down
  9. entities:
  10. - file: /etc/OliveTin/entities/heating.yaml
  11. name: heating
  12. dashboards:
  13. - title: Heating Control Panel
  14. contents:
  15. - title: "{{ heater.title }}"
  16. entity: heating
  17. type: fieldset
  18. contents:
  19. - type: display
  20. title: |
  21. <span class = "icon">&#127777;</span> <br />{{ heating.temperature }}
  22. - title: Turn heating up
  23. - title: Turn heating down