Add service icons to System Bridge (#113354)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 11:35:43 +01:00 committed by GitHub
parent 246017b3fa
commit 4c3943e264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,11 @@
{
"services": {
"get_process_by_id": "mdi:console",
"get_processes_by_name": "mdi:console",
"open_path": "mdi:folder-open",
"open_url": "mdi:web",
"send_keypress": "mdi:keyboard",
"send_text": "mdi:keyboard",
"power_command": "mdi:power"
}
}