Add service icons to Recorder (#113344)

pull/113522/head^2^2
Joost Lekkerkerker 2024-03-14 11:41:43 +01:00 committed by GitHub
parent 4f120ea223
commit 374695bfa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"services": {
"purge": "mdi:database-sync",
"purge_entities": "mdi:database-sync",
"disable": "mdi:database-off",
"enable": "mdi:database"
}
}