mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
Sort homeassistant json files (#155285)
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"power_production": {
|
||||
"default": "mdi:flash"
|
||||
"charged_month": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
},
|
||||
"energy_production_today": {
|
||||
"default": "mdi:solar-power"
|
||||
"charged_today": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
},
|
||||
"energy_production_month": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"energy_production_total": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"out_ac_power": {
|
||||
"default": "mdi:flash"
|
||||
},
|
||||
"out_ac_energy_total": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"flow_now": {
|
||||
"default": "mdi:flash"
|
||||
},
|
||||
"state_of_charge": {
|
||||
"default": "mdi:home-battery"
|
||||
},
|
||||
"discharged_today": {
|
||||
"default": "mdi:battery-arrow-down"
|
||||
"charged_total": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
},
|
||||
"discharged_month": {
|
||||
"default": "mdi:battery-arrow-down"
|
||||
},
|
||||
"discharged_today": {
|
||||
"default": "mdi:battery-arrow-down"
|
||||
},
|
||||
"discharged_total": {
|
||||
"default": "mdi:battery-arrow-down"
|
||||
},
|
||||
"charged_today": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
"energy_production_month": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"charged_month": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
"energy_production_today": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"charged_total": {
|
||||
"default": "mdi:battery-arrow-up"
|
||||
"energy_production_total": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"flow_now": {
|
||||
"default": "mdi:flash"
|
||||
},
|
||||
"out_ac_energy_total": {
|
||||
"default": "mdi:solar-power"
|
||||
},
|
||||
"out_ac_power": {
|
||||
"default": "mdi:flash"
|
||||
},
|
||||
"power_production": {
|
||||
"default": "mdi:flash"
|
||||
},
|
||||
"state_of_charge": {
|
||||
"default": "mdi:home-battery"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user