From f9400fc68262cac514884405e8249fbe121f7f36 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Fri, 8 Nov 2024 19:44:39 +0100 Subject: [PATCH] vault backup: 2024-11-08 19:44:39 --- .obsidian/workspace.json | 6 +++--- ...you wanna do FreeBSD and native Home Assistant?.md} | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) rename 2024/{So you wanna do FreeBSD?.md => So you wanna do FreeBSD and native Home Assistant?.md} (94%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5ebce86..1fae234 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -39,12 +39,12 @@ "state": { "type": "markdown", "state": { - "file": "2024/So you wanna do FreeBSD?.md", + "file": "2024/So you wanna do FreeBSD and native Home Assistant?.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "So you wanna do FreeBSD?" + "title": "So you wanna do FreeBSD and native Home Assistant?" } } ], @@ -191,7 +191,7 @@ }, "active": "316987f51496a482", "lastOpenFiles": [ - "2024/So you wanna do FreeBSD?.md", + "2024/So you wanna do FreeBSD 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?.md b/2024/So you wanna do FreeBSD and native Home Assistant?.md similarity index 94% rename from 2024/So you wanna do FreeBSD?.md rename to 2024/So you wanna do FreeBSD and native Home Assistant?.md index 15efda8..72554ee 100644 --- a/2024/So you wanna do FreeBSD?.md +++ b/2024/So you wanna do FreeBSD and native Home Assistant?.md @@ -286,4 +286,14 @@ Building wheels for collected packages: numpy Successfully built numpy Installing collected packages: numpy Successfully installed numpy-1.26.0 +``` + +Need to fix `webrtc-noise-gain==1.2.3` dependency probably + +``` +2024-11-08 19:42:54.330 INFO (MainThread) [homeassistant.requirements] Multiple attempts to install webrtc-noise-gain==1.2.3 failed, install will be retried after next configuration check or restart +2024-11-08 19:42:54.330 ERROR (MainThread) [homeassistant.setup] Setup failed for 'mobile_app': Requirements for assist_pipeline not found: ['webrtc-noise-gain==1.2.3']. +2024-11-08 19:42:54.339 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.1 seconds +2024-11-08 19:42:54.351 INFO (MainThread) [homeassistant.requirements] Multiple attempts to install webrtc-noise-gain==1.2.3 failed, install will be retried after next configuration check or restart +2024-11-08 19:42:54.351 ERROR (MainThread) [homeassistant.setup] Setup failed for 'assist_pipeline': Requirements for assist_pipeline not found: ['webrtc-noise-gain==1.2.3']. ``` \ No newline at end of file