hsakoh / switchbot-mqtt

SwitchBot MQTT Home Assistant add-on
MIT License
30 stars 1 forks source link

OSv12.4 - Error: SwitchBot-Mqtt has been removed from the repository #24

Closed BillyFKidney closed 2 weeks ago

BillyFKidney commented 3 weeks ago

After upgrading the OS to v12.4 the following error has appeared:

image

The repository exists within the Add-On Store: image

Home Assistant Core: 2024.6.4 Supervisor: 2024.06.0 Operating System: 12.4 Frontend: 20240610.1

hsakoh commented 3 weeks ago

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 2 weeks ago

Rebooted and received the update. Thanks for the quick fix!

image