Add icons for ESPHome entities (#143202)

This commit is contained in:
J. Nick Koston
2025-04-17 21:56:11 -10:00
committed by GitHub
parent e07c29caad
commit 32b26b8270

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"
}
}
}
}