Joshua Clark

Results 57 comments of Joshua Clark

Looks like adding the Garage Entry lock without associating it a parent works without issue. I no longer get the error in HA and it no longer has the add/delete...

I didn't restart HA immediately after removing the lock, but I couldn't tell you how long it was. I did assume the json would be updated immediately and perhaps I...

I installed on a fresh Ubuntu 24.04 server installation and I had the `/etc/bash_completion.d` directory. But I do also have a couple other files in this directory. ```plain ll /etc/bash_completion.d...

I'm having the same issue, all lock entities I have show up in the config flow if I haven't added any locks. But once I add the first one, only...

I edited `config_flow.py` and commented out the section that generates the list of locks in use and now I can see my Garage Entry lock. ```python def _get_locks_in_use(hass: HomeAssistant, exclude:...

@sckissel Try following this https://github.com/FutureTense/keymaster/issues/460#issuecomment-3191692112 I [went a bit further](https://github.com/FutureTense/keymaster/issues/460#issuecomment-3192501397) and removed everying from `.storage` After doing all that, I ended up adding my locks without parents so they are...

> It's not recommended to go rummaging around in `.storage`, if you do so make sure you have a backup first. Yes, very true