1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 11:26:46 +00:00
Files
core/homeassistant/components/wallbox/icons.json
2025-10-28 10:33:10 +01:00

33 lines
622 B
JSON

{
"entity": {
"select": {
"ecosmart": {
"default": "mdi:solar-power"
}
},
"sensor": {
"added_range": {
"default": "mdi:map-marker-distance"
},
"charging_speed": {
"default": "mdi:speedometer"
},
"cost": {
"default": "mdi:ev-station"
},
"current_mode": {
"default": "mdi:ev-station"
},
"depot_price": {
"default": "mdi:ev-station"
},
"energy_price": {
"default": "mdi:ev-station"
},
"status_description": {
"default": "mdi:ev-station"
}
}
}
}