mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix icons for Motionblinds BLE integration (#114321)
Remove icon.json and add to icons.json
This commit is contained in:
parent
544215a609
commit
6f1b4fad01
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"entity": {
|
|
||||||
"button": {
|
|
||||||
"connect": {
|
|
||||||
"default": "mdi:bluetooth"
|
|
||||||
},
|
|
||||||
"disconnect": {
|
|
||||||
"default": "mdi:bluetooth-off"
|
|
||||||
},
|
|
||||||
"favorite": {
|
|
||||||
"default": "mdi:star"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"entity": {
|
"entity": {
|
||||||
|
"button": {
|
||||||
|
"connect": {
|
||||||
|
"default": "mdi:bluetooth"
|
||||||
|
},
|
||||||
|
"disconnect": {
|
||||||
|
"default": "mdi:bluetooth-off"
|
||||||
|
},
|
||||||
|
"favorite": {
|
||||||
|
"default": "mdi:star"
|
||||||
|
}
|
||||||
|
},
|
||||||
"select": {
|
"select": {
|
||||||
"speed": {
|
"speed": {
|
||||||
"default": "mdi:run-fast"
|
"default": "mdi:run-fast"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user