hass-core/homeassistant/components/lyric/icons.json
Joost Lekkerkerker 8bbfb6cc55
Add icon translations to Lyric (#111902)
Use default icon for Lyric
2024-03-01 13:42:42 +01:00

12 lines
175 B
JSON

{
"entity": {
"sensor": {
"setpoint_status": {
"default": "mdi:thermostat"
}
}
},
"services": {
"set_hold_time": "mdi:timer-pause"
}
}