vault backup: 2024-11-08 19:47:38

This commit is contained in:
Jerry Jacobs 2024-11-08 19:47:38 +01:00
parent f9400fc682
commit c10ed22af4
1 changed files with 10 additions and 1 deletions

View File

@ -296,4 +296,13 @@ Need to fix `webrtc-noise-gain==1.2.3` dependency probably
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'].
```
```
Interesting is
```
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'].
```
Needed for iOS app....
In `~/.homeassistant/configuration.yaml` we need to add to root `# Mobile application mobile_app:` to enable iOS login.