1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/easyenergy/icons.json
2024-08-28 13:47:02 +02:00

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