vault backup: 2024-11-08 19:44:39

This commit is contained in:
Jerry Jacobs 2024-11-08 19:44:39 +01:00
parent a6bf2c3364
commit f9400fc682
2 changed files with 13 additions and 3 deletions

View File

@ -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",

View File

@ -287,3 +287,13 @@ 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'].
```