-
hello How to add another thermostat to configuration.yaml? `mqtt:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In configuration.yaml you can include any other files. For example For example my MQTT (I have two heating zones - for every floor one and one Hot water circuit):
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your advice. I added it and it works! |
Beta Was this translation helpful? Give feedback.
In configuration.yaml you can include any other files. For example
mqtt: !include mqtt.yaml
then in new mqtt.yaml file you ca have every thermostat that you want. Or you can include whole folder and in that folder create separate yaml file for every thermostatmqtt: !include_dir_list MQTT_folder
.For example my MQTT (I have two heating zones - for every floor one and one Hot water circuit):