2025-01-14 18:26:40 -07:00
|
|
|
### krha
|
|
|
|
|
2025-01-16 19:21:47 -07:00
|
|
|
This plugin provides a bridge between krunner and home-assistant's assistant.
|
2025-01-14 18:26:40 -07:00
|
|
|
|
|
|
|
If you want to run the plugin manually to debug it you can do the following:
|
2025-01-16 19:21:47 -07:00
|
|
|
|
|
|
|
```shell
|
2025-01-14 18:26:40 -07:00
|
|
|
mkdir -p ~/.local/share/krunner/dbusplugins/
|
|
|
|
cp plasma-runner-krha.desktop ~/.local/share/krunner/dbusplugins/
|
2025-01-16 19:21:47 -07:00
|
|
|
kquitapp6 krunner
|
2025-01-14 18:26:40 -07:00
|
|
|
python3 krha.py
|
|
|
|
```
|
|
|
|
|