I am totally new to Home assistant, and I found a few topics on how to get more features from the Danfoss Ally TRV by updating to firmware 1.08. It appears that this can be done with ZHA, and I did try to add a folder to my file configurator, in which I uploaded the new firmware file from Danfoss. Then I added the OTA section from the ZHA documentation to my config file:
zha:
zigpy_config:
ota:
ikea_provider: true # Auto update Trådfri devices
ledvance_provider: true # Auto update LEDVANCE devices
otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
And changed the path to my new OTA folder. My question is, what happens now? How do I initiate the firmware update or at least follow the progress of the installation?