Add icons for ESPHome entities

There are very few pre-defined entities for ESPHome, but for
these we can provide icons
This commit is contained in:
J. Nick Koston 2025-04-17 21:03:19 -10:00
parent bc73d39572
commit 6e2588fdbb
No known key found for this signature in database

View File

@ -0,0 +1,20 @@
{
"entity": {
"binary_sensor": {
"assist_in_progress": {
"default": "mdi:timer-sand"
}
},
"select": {
"pipeline": {
"default": "mdi:filter-outline"
},
"vad_sensitivity": {
"default": "mdi:volume-high"
},
"wake_word": {
"default": "mdi:microphone"
}
}
}
}