1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 04:17:02 +00:00
Files
core/homeassistant/components/energyzero/icons.json
2025-10-28 10:33:10 +01:00

21 lines
351 B
JSON

{
"entity": {
"sensor": {
"hours_priced_equal_or_lower": {
"default": "mdi:clock"
},
"percentage_of_max": {
"default": "mdi:percent"
}
}
},
"services": {
"get_energy_prices": {
"service": "mdi:lightning-bolt"
},
"get_gas_prices": {
"service": "mdi:gas-station"
}
}
}