This is an automated archive made by the Lemmit Bot.
The original was posted on /r/homeassistant by /u/-shellprompt- on 2025-09-30 12:56:25+00:00.
Long time HA user, but recent learning. I have many Ikea and sengled devices that are supposed to update with ZHA, but yet I have never seen a notification for any updates.
I discovered that it is possible to configure alternative repositories for Zigbee firmware updates. Z2M offers many more automatic vendor updates, and is a supported directive for ZHA. You can configure this repository by adding the below to your configuration.yaml.
Sharing in the hope that it will help another HA Zigbee user. I had around 10 devices that immediately offered firmware updates from sengled and Ikea.
zha:
zigpy_config:
ota:
extra_providers:
- type: z2m
You must log in or register to comment.