mirror of https://github.com/home-assistant/core
29 lines
475 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|