hass-core/homeassistant/components/motionblinds_ble/icons.json
Lenn 6f1b4fad01
Fix icons for Motionblinds BLE integration (#114321)
Remove icon.json and add to icons.json
2024-03-27 18:00:18 +01:00

20 lines
317 B
JSON

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