1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 22:06:25 +00:00
Files
core/homeassistant/components/wallbox/icons.json
2025-05-20 14:19:48 +01:00

33 lines
622 B
JSON

{
"entity": {
"select": {
"ecosmart": {
"default": "mdi:solar-power"
}
},
"sensor": {
"charging_speed": {
"default": "mdi:speedometer"
},
"added_range": {
"default": "mdi:map-marker-distance"
},
"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"
}
}
}
}