21 lines
463 B
JSON
21 lines
463 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": "mdi:gas-station",
|
|
"get_energy_usage_prices": "mdi:transmission-tower-import",
|
|
"get_energy_return_prices": "mdi:transmission-tower-export"
|
|
}
|
|
}
|