Stefan Agner
Stefan Agner
Allow to set the release channel pre-installed Home Assistant components like Supervisor and add-on are fetched from. This channel is then also used at runtime. ## Summary by CodeRabbit -...
**Describe the bug** A clear and concise description of what the bug is. I've encountered a crash using a relatively recent commit ff7227ea9a2dc0e50f92ab93bd5c9a29e82fe793. It coincided with the shutdown of another...
It seems that frames which are received through TREL do not have a priority field. This creates quite some log noise when having notice log level enabled. Print a more...
**Describe the bug** A clear and concise description of what the bug is. When the radio is no longer reachable (e.g. if the host USB bus has issues or the...
## Proposed change Instead of spinning our own close method, with aiodns v.3.5.0 we can use the new explicit close method using a async context manager. ## Type of change...
## Proposed change Add basic code documentation to the Jobs decorator. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue)...
Supervisor currently creates persistent notification for some of the issues found by the resolution center. Convert those to actual repairs instead.
### Describe the issue you are experiencing When trying to update Home Assistant Core which leads to out of space errors while downloading/unpacking the layers, this leads to unclear error...
## Proposed change When authentication using JSON payload or URL encoded payload fails, use the generic HTTP response code 401 Unauthorized instead of 400 Bad Request. This is a more...