1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00

fixing confguration

This commit is contained in:
Robert van den Breemen 2022-01-08 12:23:26 +01:00
parent 5e71b3914e
commit e4a642c468

View File

@ -1,5 +1,5 @@
// device // device
// "action_template": "{% if value == 'ON' %}heating{% else %}idle{% endif %}" // "action_template": "{% if value == 'ON' %}heat{% else %}off{% endif %}"
// "action_topic": "%mqtt_pub_topic%/ch_enable" // "action_topic": "%mqtt_pub_topic%/ch_enable"
// # "avty_t": "%mqtt_pub_topic%", // this should be the online/offline topic , left it out as i couldn"t find it // # "avty_t": "%mqtt_pub_topic%", // this should be the online/offline topic , left it out as i couldn"t find it
// "dev": // "dev":