RoboMagus

Results 127 comments of RoboMagus

Could you share some more of your configuration? Traefik routes etc. Are you accessing bitwarden through a browser page, or trying to access it through e.g. the bitwarden app on...

Do you have Z2M set up through HA-Addons? I'm using Z2M as well, and I cannot see anything related to "visit device" on the device pages. Just "MQTT info". **EDIT**:...

> I'm sorry if this isn't clear. I'm using HA Container, managing my own containers. So no, i don't (/can't) use the HA-Addon. Your setup is same as mine then....

Well, that's just not how handling IFrame panels works. Not a bug. Handling the URLs for custom IFrame panels is handled by the HA core, so if you'd like this...

Thanks for the quick response, I'll add a PR for that as well.

Thats a good point @jpelgrom, I had not considered that. I've added a check to see if the app lock has been enabled at least once before. That should ensure...

Wouldn't calling `BiometricManager.from(requireActivity()).canAuthenticate()` fail when the app isn't open, or when the phone is locked? I figured requiring an activity would imply the requirement of having the app open for...

It indeed seems to work well, though I can't check this on a device where biometrics are not enabled.

Thanks for the feedback! I've made changes that check the provided setting values. I did stick to strict boolean checking, since a non-strict boolean check defaults to `false`. In case...

To get this merged, I'm happy to make the change for consistency. But even when the default is explicitly set to `true` in case of fallback, I do not think...