OSv12.4 - Error: SwitchBot-Mqtt has been removed from the repository
Closed this issue · 2 comments
BillyFKidney commented
hsakoh commented
Thank you for your feedback. I was able to confirm the issue on my end as well.
It seems that the problem was caused by a typo when I added ARM 32bit support last night.
I mistakenly wrote amdv7
instead of armv7
in the config.yaml. I have just fixed it.
https://github.com/hsakoh/ha-addon/blob/main/switchbot-mqtt/config.yaml#L15C5-L15C10
The supervisor must have identified the config.yaml as invalid due to the incorrect architecture name.
You may have seen warnings about amdv7
in the supervisor logs.
Please try restarting HA-OS, which should resolve the warning. Could you confirm this?
After manually checking the repository for updates, reboot the OS and the warning should disappear.
BillyFKidney commented