Stargate bluetooth partial fix

This commit is contained in:
Aleksandr Lebedev 2025-10-10 19:23:44 +02:00
parent 7d407bbd0b
commit 5e118b4063
2 changed files with 10 additions and 1 deletions

View file

@ -12,6 +12,7 @@
"met"
"radio_browser"
"wiz"
"thermopro"
];
config = {
http = {
@ -48,4 +49,5 @@
}
];
};
users.users.hass.extraGroups = ["bluetooth"];
}