Fix icons for Motionblinds BLE integration (#114321)

Remove icon.json and add to icons.json
This commit is contained in:
Lenn 2024-03-27 18:00:18 +01:00 committed by GitHub
parent 544215a609
commit 6f1b4fad01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{
"entity": {
"button": {
"connect": {
"default": "mdi:bluetooth"
},
"disconnect": {
"default": "mdi:bluetooth-off"
},
"favorite": {
"default": "mdi:star"
}
}
}
}

View File

@ -1,5 +1,16 @@
{
"entity": {
"button": {
"connect": {
"default": "mdi:bluetooth"
},
"disconnect": {
"default": "mdi:bluetooth-off"
},
"favorite": {
"default": "mdi:star"
}
},
"select": {
"speed": {
"default": "mdi:run-fast"