Skip to content

Commit a7f8699

Browse files
Bot Updating Documentation
1 parent 4b46570 commit a7f8699

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/images/docker-homeassistant.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ To help with development, we generate this dependency graph.
347347
init-migrations -> init-adduser
348348
init-os-end -> init-config
349349
init-config -> init-config-end
350+
init-config-homeassistant -> init-config-end
350351
init-crontab-config -> init-config-end
351-
init-usb-homeassistant -> init-config-end
352352
init-config -> init-config-homeassistant
353353
init-config -> init-crontab-config
354354
init-mods-end -> init-custom-files
@@ -362,21 +362,20 @@ To help with development, we generate this dependency graph.
362362
init-device-perms -> init-os-end
363363
init-envfile -> init-os-end
364364
init-custom-files -> init-services
365-
init-config-homeassistant -> init-usb-homeassistant
366365
init-services -> svc-cron
367366
svc-cron -> legacy-services
368367
init-services -> svc-homeassistant
369-
init-usb-homeassistant -> svc-homeassistant
370368
svc-homeassistant -> legacy-services
371369
}
372370
Base Images: {
373-
"baseimage-alpine:3.21"
371+
"baseimage-alpine:3.22"
374372
}
375373
"homeassistant:latest" <- Base Images
376374
```
377375

378376
## Versions
379377

378+
* **02.10.25:** - Rebase to alpine 3.22, rely on baseimage service for usb device permission fixing.
380379
* **19.09.25:** - Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack.
381380
* **03.01.25:** - Rebase to alpine 3.21.
382381
* **04.12.24:** - Make setcap target dynamic.

0 commit comments

Comments
 (0)