hass-core/homeassistant/components/wallbox/icons.json
Joost Lekkerkerker 656ef143da
Add icon translations to Wallbox (#112350)
* Add icon translations to Wallbox

* fix
2024-03-06 16:27:13 +01:00

27 lines
534 B
JSON

{
"entity": {
"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"
}
}
}
}