mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Fix icons for Motionblinds BLE integration (#114321)
Remove icon.json and add to icons.json
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"button": {
|
||||
"connect": {
|
||||
"default": "mdi:bluetooth"
|
||||
},
|
||||
"disconnect": {
|
||||
"default": "mdi:bluetooth-off"
|
||||
},
|
||||
"favorite": {
|
||||
"default": "mdi:star"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user