vault backup: 2024-11-08 19:47:38
This commit is contained in:
parent
f9400fc682
commit
c10ed22af4
|
|
@ -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.
|
||||
Loading…
Reference in New Issue