olivetin/docs/modules/ROOT/examples/solutions/heating-control-panel/configs/config.yaml

29 lines
630 B
YAML

logLevel: "INFO"
actions:
- title: Turn heating up
icon: '🔼'
shell: /opt/heating.sh up
- title: Turn heating down
icon: '🔽'
shell: /opt/heating.sh down
entities:
- file: /etc/OliveTin/entities/heating.yaml
name: heating
dashboards:
- title: Heating Control Panel
contents:
- title: "{{ heater.title }}"
entity: heating
type: fieldset
contents:
- type: display
title: |
<span class = "icon">&#127777;</span> <br />{{ heating.temperature }}
- title: Turn heating up
- title: Turn heating down