hass-core/homeassistant/components/energyzero/icons.json
Joost Lekkerkerker 9cf874d4a0
Add icon translations to Energyzero (#111513)
* Add icon translations to Energyzero

* Add icon translations to Energyzero
2024-02-27 23:41:07 +01:00

16 lines
301 B
JSON

{
"entity": {
"sensor": {
"percentage_of_max": {
"default": "mdi:percent"
},
"hours_priced_equal_or_lower": {
"default": "mdi:clock"
}
}
},
"services": {
"get_gas_prices": "mdi:gas-station",
"get_energy_prices": "mdi:lightning-bolt"
}
}