vault backup: 2024-11-08 20:36:02
This commit is contained in:
parent
7fde62abf9
commit
e5b0490ae5
|
|
@ -39,12 +39,12 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "2024/So you wanna do FreeBSD and native Home Assistant?.md",
|
||||
"file": "2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "So you wanna do FreeBSD and native Home Assistant?"
|
||||
"title": "So you wanna do FreeBSD 14.1 and native Home Assistant?"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
},
|
||||
"active": "316987f51496a482",
|
||||
"lastOpenFiles": [
|
||||
"2024/So you wanna do FreeBSD and native Home Assistant?.md",
|
||||
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||
"2024/mijnpositievegezondheid.net/Mijn Positieve Gezondheid - 2024-11-08.pdf",
|
||||
"2024/mijnpositievegezondheid.net",
|
||||
"2024/freebsd-notes.md",
|
||||
|
|
|
|||
|
|
@ -357,6 +357,8 @@ lib/python3.11/site-packages/homeassistant/components/assist_pipeline/manifest.j
|
|||
(homeassistant) homeassistant@mango:/data/homeassistant % cp lib/python3.11/site-packages/homeassistant/package_constraints.txt lib/python3.11/site-packages/homeassistant/package_constraints.txt.orig
|
||||
```
|
||||
|
||||
https://www.reddit.com/r/termux/comments/178kt7e/need_help_installing_webrtcnoisegain_for_home/
|
||||
|
||||
Seems not to work
|
||||
|
||||
```
|
||||
|
|
@ -372,3 +374,5 @@ Inside the HA assist_pipeline the dependency is also pinned to exact version
|
|||
vim: Command not found.
|
||||
(homeassistant) homeassistant@mango:/data/homeassistant % nvim lib/python3.11/site-packages/homeassistant/components/assist_pipeline/manifest.json
|
||||
```
|
||||
|
||||
Hacking it to use which one compiled: `webrtc-noise-gain==1.2.5`
|
||||
Loading…
Reference in New Issue