Skip to content

Commit

Permalink
Energy icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 18, 2024
1 parent e87b67e commit 785462c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions custom_components/teslemetry/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,27 @@
},
"stream_sentrymode": {
"default": "mdi:shield-car"
},
"total_home_usage": {
"default": "mdi:home-lightning-bolt"
},
"total_battery_charge": {
"default": "mdi:battery-arrow-up"
},
"total_battery_discharge": {
"default": "mdi:battery-arrow-down"
},
"total_solar_production": {
"default": "mdi:solar-power-variant"
},
"grid_energy_imported": {
"default": "mdi:transmission-tower-import"
},
"total_grid_energy_exported": {
"default": "mdi:transmission-tower-export"
},
"solar_energy_exported": {
"default": "mdi:solar-power-variant"
}
},
"switch": {
Expand Down

0 comments on commit 785462c

Please sign in to comment.