ZHA Ikea OTA

Hi All,

Added the below code to my new Yellow configuration.yaml file.
Could see that the zha radio went to channel 25 instead of default 15, thats good.

zha:
  zigpy_config:
    network:
      channel: 25
      channels: [15, 20, 25]
    ota:
      ikea_provider: true
logger:
  default: info
  logs:  
    homeassistant.components.zha: debug
    zigpy: debug

How can I check if OTA for my IKEA devices is working?
How can I trigger the check for updates manually?

Thanks,
Ase