Danfoss Ally TRV error in the logs

Since one update (sorry, don’t know which one, as I didn’t check the logs. I know, that’s not good) I get following error message in my HA logs:

2022-06-27 17:27:34 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'adaptation_run_control' when rendering '{{ value_json.adaptation_run_control }}'
2022-06-27 17:27:34 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.trv_gf_kitchen_adaptation_run_control: '' (valid options: ['initate_adaptation', 'cancel_adaptation'])

They are related to a Danfoss Ally TRV.
The documentation states: The possible values are: initate_adaptation, cancel_adaptation
To my understanding it tries to use the value ‘’ which is invalid.

Is this an error in my setup, or a problem in the integration of the Danfoss Ally TRV?

Thanks :slight_smile: