Aaron Bach
Aaron Bach
## Breaking change The Guardian binary sensor that previously showed whether the onboard AP was enabled has been removed and replaced by a switch. ## Proposed change This PR follows...
## Breaking change The RainMachine `freeze_protect_temp` sensor has been replaced with a select. ## Proposed change Before entity categories existed, RainMachine provided several binary sensor/sensor entities to show "restrictions" (i.e.,...
## Breaking change The RainMachine `extra_water_on_hot_days` and `freeze_protection` binary sensors have been replaced with switches. ## Proposed change Before entity categories existed, RainMachine provided several binary sensor/sensor entities to show...
## Proposed change This PR updates the Guardian docs to reflect the migration of two services to a single switch. ## Type of change - [ ] Spelling, grammar or...
## Proposed change This PR updates the SimpliSafe docs to reflect the migration of the `clear_notifications` service to a button. ## Type of change - [ ] Spelling, grammar or...
It would be great if the built-in authentication supported multi-factor authentication (ideally, through the TOTP standard). The [`django_otp`](https://django-otp-official.readthedocs.io/en/stable/overview.html) package might be helpful here. (This would be an alternative to https://github.com/sissbruecker/linkding/issues/177.)
Now that I've created [`aiolinkding`](https://github.com/bachya/aiolinkding) and [`linkding-cli`](https://github.com/bachya/linkding-cli), I'd like to be able to enforce minimum linkding versions (so that I can notify users if one of those packages requires a...
**This is an initial proposal and will need to be fleshed out further. I will update as commentary dictates** ## Context In the code base today, deprecation of functionality (compared...
I daemonize `metrics2mqtt` via the suggested method (using [`supervisor`](https://pypi.org/project/supervisor/)). I'm finding that when I restart my MQTT broker, `metrics2mqtt` errors out quite rapidly – so rapidly, in fact, that at...
## Proposed change This PR adds branding for the forthcoming AirVisual Pro integration. The branding is symlinked from AirVisual (since they are the same). ## Type of change - [x]...