Hi all,
I need some help with my attempt to pass the current room temperature of the air conditioning system to a MQTT topic:
payload_template: '{{ state_attr('climate.klimabuero', 'current_temperature') }}'
topic: ha/klima/buero/status/tempist
What should the structure in the configuration.yaml look like?
Thanks for your help in advance!
Marten