core/homeassistant/components/motionblinds_ble/icons.json

29 lines
475 B
JSON

{
"entity": {
"button": {
"connect": {
"default": "mdi:bluetooth"
},
"disconnect": {
"default": "mdi:bluetooth-off"
},
"favorite": {
"default": "mdi:star"
}
},
"select": {
"speed": {
"default": "mdi:run-fast"
}
},
"sensor": {
"calibration": {
"default": "mdi:tune"
},
"connection": {
"default": "mdi:bluetooth-connect"
}
}
}
}