vault backup: 2024-12-01 11:16:50
This commit is contained in:
parent
76703eea9a
commit
4187031b15
|
|
@ -13,12 +13,12 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/freebsd-notes.md",
|
"file": "2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "freebsd-notes"
|
"title": "So you wanna do FreeBSD 14.1 and native Home Assistant?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "homeassista",
|
"query": "homeassistant",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
|
|
@ -201,8 +201,9 @@
|
||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "783320241c5007e2",
|
"active": "abe7f08be8c489db",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"2024/freebsd-notes.md",
|
||||||
"2024/freebsd-jail-vanilla.md",
|
"2024/freebsd-jail-vanilla.md",
|
||||||
"2024/happy-holidays-nye-2024-kaart/IMG_E7695.HEIC",
|
"2024/happy-holidays-nye-2024-kaart/IMG_E7695.HEIC",
|
||||||
"2024/happy-holidays-nye-2024-kaart",
|
"2024/happy-holidays-nye-2024-kaart",
|
||||||
|
|
@ -210,7 +211,6 @@
|
||||||
"2024/So you wanna do FreeBSD 14.1 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/Mijn Positieve Gezondheid - 2024-11-08.pdf",
|
||||||
"2024/mijnpositievegezondheid.net",
|
"2024/mijnpositievegezondheid.net",
|
||||||
"2024/freebsd-notes.md",
|
|
||||||
"2024/photoprism.md",
|
"2024/photoprism.md",
|
||||||
"2024/1gabba.pw-links.md",
|
"2024/1gabba.pw-links.md",
|
||||||
"2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png",
|
"2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png",
|
||||||
|
|
|
||||||
|
|
@ -375,4 +375,10 @@ vim: Command not found.
|
||||||
(homeassistant) homeassistant@mango:/data/homeassistant % nvim lib/python3.11/site-packages/homeassistant/components/assist_pipeline/manifest.json
|
(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`
|
Hacking it to use which one compiled: `webrtc-noise-gain==1.2.5`
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd /data/homeassistant
|
||||||
|
$ ./bin/hass --ignore-os-check -v -v -v -v
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue