core/homeassistant/components/easyenergy/icons.json

27 lines
538 B
JSON

{
"entity": {
"sensor": {
"percentage_of_max": {
"default": "mdi:percent"
},
"hours_priced_equal_or_lower": {
"default": "mdi:clock"
},
"hours_priced_equal_or_higher": {
"default": "mdi:clock"
}
}
},
"services": {
"get_gas_prices": {
"service": "mdi:gas-station"
},
"get_energy_usage_prices": {
"service": "mdi:transmission-tower-import"
},
"get_energy_return_prices": {
"service": "mdi:transmission-tower-export"
}
}
}