Feat: READMEs

This commit is contained in:
coolnsx
2025-03-28 22:43:28 +05:30
parent 5cd1b69986
commit 7029b5c8a4
3 changed files with 41 additions and 1 deletions

10
homeassistant/readme.md Normal file
View File

@@ -0,0 +1,10 @@
# Homeassistant
## Major Problem
- The dbus is not working properly on podman, due to this we cannot use bluetooth devices.
- To get around with this you have to add in homeassistant.container
```ini
UserNS=keep-id
```
- but the above setting, hangs my podman raspberry pi 4, as it actively converts all the files inside the container to another user. So, I have choose to remove dbus as I am not using bluetooth anyway.