mc0110 / inetbox2mqtt

communicate over mqtt protocol to simulate a truma inetbox
MIT License
85 stars 18 forks source link

Warning in Home Assistant #75

Open 7xy opened 3 months ago

7xy commented 3 months ago

Deprecated option used in mqtt publish action call This stops working in version 2025.2.0. Please address before upgrading. Deprecated payload_template option used in MQTT publish action call to topic service/truma/set/target_temp_room from payload template 5. Use the payload option instead. In automations templates are supported natively. Update the automation or script to use the payload option instead and restart Home Assistant to fix this issue.

7xy commented 3 months ago

Found it out myself!

Just change the term "payload_template" to "payload" inside the file /homeassistant/packages/truma.yaml using the File Editor.

Then the repair is done!

mc0110 commented 3 months ago

Hi Hannes,

great job, thanks for figuring that out. I'll adjust the yaml at short notice.

7xy commented 3 months ago

There also has to be done a change in the automations.yaml file! Just set all "payload_template" to just "payload"!

mc0110 commented 1 week ago

Hey guys, I'm sorry it took a while. But there were a number of changes in the yaml syntax. These have now all been adjusted. All the best M.