Add icon translations to isy994 (#111847)

This commit is contained in:
Joost Lekkerkerker 2024-03-06 12:36:59 +01:00 committed by GitHub
parent 8557d03265
commit 3e5fdfb570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
{
"services": {
"send_raw_node_command": "mdi:console-line",
"send_node_command": "mdi:console",
"get_zwave_parameter": "mdi:download",
"set_zwave_parameter": "mdi:upload",
"set_zwave_lock_user_code": "mdi:upload-lock",
"delete_zwave_lock_user_code": "mdi:lock-remove",
"rename_node": "mdi:pencil",
"send_program_command": "mdi:console"
}
}