mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add entity icons for Autarco integration (#127505)
This commit is contained in:
parent
d1bee8fe61
commit
e82368ec85
48
homeassistant/components/autarco/icons.json
Normal file
48
homeassistant/components/autarco/icons.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user