diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1fae234..a06606d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/2024/So you wanna do FreeBSD and native Home Assistant?.md b/2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md similarity index 99% rename from 2024/So you wanna do FreeBSD and native Home Assistant?.md rename to 2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md index 95b0919..ec54767 100644 --- a/2024/So you wanna do FreeBSD and native Home Assistant?.md +++ b/2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.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 ``` @@ -371,4 +373,6 @@ Inside the HA assist_pipeline the dependency is also pinned to exact version (homeassistant) homeassistant@mango:/data/homeassistant % vim lib/python3.11/site-packages/homeassistant/components/assist_pipeline/manifest.json vim: Command not found. (homeassistant) homeassistant@mango:/data/homeassistant % nvim lib/python3.11/site-packages/homeassistant/components/assist_pipeline/manifest.json -``` \ No newline at end of file +``` + +Hacking it to use which one compiled: `webrtc-noise-gain==1.2.5` \ No newline at end of file