If a climate device has an attribute I can retrieve into a sensor like this…
setpoint_until:
value_template: >
{{ state_attr('climate.honeywell','status')['setpoint_status']['until'] }}
How can I write to that attribute ?