Add service icons to Keba (#113320)

pull/113411/head
Joost Lekkerkerker 2024-03-14 13:34:42 +01:00 committed by GitHub
parent 58f216fc89
commit 557e389159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"services": {
"request_data": "mdi:database-arrow-down",
"authorize": "mdi:lock",
"deauthorize": "mdi:lock-open",
"set_energy": "mdi:flash",
"set_current": "mdi:flash",
"enable": "mdi:flash",
"disable": "mdi:fash-off",
"set_failsafe": "mdi:message-alert"
}
}