core/homeassistant/components/energyzero/icons.json

17 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"
}
}