1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/easyenergy/icons.json
T
2025-10-28 10:33:10 +01:00

27 lines
538 B
JSON

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