mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add service icons to System Bridge (#113354)
This commit is contained in:
parent
246017b3fa
commit
4c3943e264
11
homeassistant/components/system_bridge/icons.json
Normal file
11
homeassistant/components/system_bridge/icons.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user