mc0110 / inetbox2mqtt

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

Warning in Home Assistant #75

Closed 7xy closed 3 weeks ago

7xy commented 2 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 2 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 2 months ago

Hi Hannes,

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

7xy commented 2 months ago

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