1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 06:46:17 +01:00
Files
core/homeassistant/components/indevolt/icons.json
T
2026-05-10 20:00:20 -04:00

23 lines
348 B
JSON

{
"entity": {
"button": {
"stop": {
"default": "mdi:stop"
}
},
"select": {
"energy_mode": {
"default": "mdi:home-lightning-bolt"
}
}
},
"services": {
"charge": {
"service": "mdi:battery-arrow-up"
},
"discharge": {
"service": "mdi:battery-arrow-down"
}
}
}