Skip to content

Commit

Permalink
Add entity icons for Autarco integration (#127505)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Oct 4, 2024
1 parent d1bee8f commit e82368e
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions homeassistant/components/autarco/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"entity": {
"sensor": {
"power_production": {
"default": "mdi:flash"
},
"energy_production_today": {
"default": "mdi:solar-power"
},
"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"
},
"discharged_month": {
"default": "mdi:battery-arrow-down"
},
"discharged_total": {
"default": "mdi:battery-arrow-down"
},
"charged_today": {
"default": "mdi:battery-arrow-up"
},
"charged_month": {
"default": "mdi:battery-arrow-up"
},
"charged_total": {
"default": "mdi:battery-arrow-up"
}
}
}
}

0 comments on commit e82368e

Please sign in to comment.