Add latest model of Switchbot Lock Pro

In HAOS it will just fail and do nothing… and yes the change will be overwritten by next update.

Thank you.

@Michal4K

Thanks for the fix. It worked fine this morning, but this evening I installed HA Core 2024.09 and then your fix again, but it doesn’t work anymore. Hope you can change it again so that it works again with the new core. Thank you.

@coyote1 @Michal4K Same here. Is there something we can do to manually apply either the old fix or the new PR on 2024.09?

@stephandupont @coyote1 The old fix should work now… Hopefully my PR for manually force nightlatch operation on lock pro will land to 2024.9.1

If you wont apply the new patch which add the checkbox to force night latch operation in option config flow instead of the old one

cd /usr/src/homeassistant/homeassistant/components/switchbot
rm -rf *
wget https://github.com/home-assistant/core/archive/refs/heads/dev.zip
unzip -j dev.zip "core-dev/homeassistant/components/switchbot/*"
rm dev.zip

then restart home assistant

2 Likes

Many thanks. Works like a charm :+1:

Thank you so much!

Is the fix in 2024.9.1 already implemented?
I have the same issue that the service lock.open will not find and device but lock.unlock i see the device.

I can not find it in the release notes

It’s not, should be in 2024.10.

1 Like