Add service icons to IHC (#113311)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 13:39:09 +01:00 committed by GitHub
parent 41be0487c6
commit 95f269ef70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
{
"services": {
"set_runtime_value_bool": "mdi:toggle-switch",
"set_runtime_value_int": "mdi:numeric",
"set_runtime_value_float": "mdi:numeric",
"pulse": "mdi:pulse"
}
}