-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Description
The problem
I recently migrated from ZHA using a Sonoff ZBDongle-P coordinator to Zigbee2Mqtt using a Smlight SLZB-06 coordinator.
When attempting a backup, I received the following error.
Logger: homeassistant.components.zha.backup
Source: components/zha/backup.py:20
integration: Zigbee Home Automation ([documentation](https://www.home-assistant.io/integrations/zha), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+zha%22))
First occurred: 12:44:04 PM (1 occurrences)
Last logged: 12:44:04 PM
No ZHA gateway exists, skipping coordinator backup
I do not have zha:
in my configuration.yaml
, as seen in issues #78328, #105331, #130079.
I found this comment which lead me in the right direction.
@przemyslaw-latoch by any chance do you have any zha integrations marked as "ignored" on your integrations page?
I found that I had 74C7 some discovered zha integrations, not installed, but marked as ignored so I didn't have to see them.
It wasn't until I marked them as un-ignored and restarted hass that backups would work. Tested twice with the same results.
So for me it seems that having discovered zha devices marked as ignored will result in this error on backups.
Originally posted by @klutchell in #103778
My SLZB-06 is being discovered to add as a ZHA coordinator (which I don't want to do since I'm using it as my Z2M coordinator).
If I press the Ignore button on the SLZB-06 discovered integration, it causes backups to fail.
What version of Home Assistant Core has the issue?
core-2025.1.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response