Skip to content

Commit

Permalink
Enhancements
Browse files Browse the repository at this point in the history
 - #6 A lot of the code is stored in functions for easy reuse and images are stored as base64 encoded text
 - #8 Card can be added as a custom repository, but it being added to HACS as a default is pending
 - #9 Grid image will become duller when grid is unavailable and a red icon is added next to the grid voltage text
 - #18 Last update time is added at the bottom left of the card.
  • Loading branch information
DanteWinters committed Jun 15, 2023
1 parent a681b21 commit 8974e2b
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 28 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ A simple power distribution card of an inverter and battery system, for [Home As

### HACS

This card is not yet published on HACS, so you will need to install it manually.
There is a PR to add this card to the HACS defaults, but for now this card can be added by adding the url as a custom repository source in HACS:
```
DanteWinters/lux-power-distribution-card
```

### Manual install

Expand Down Expand Up @@ -90,9 +93,3 @@ The LuxpowerTek integration is hosted in a private repository by
## Energy Allocations Entities
The *energy_allocations* entities can be any entity that measures power. It will sum the values together and display on the card. The idea is to use this to track how much of the home's power usage is know.
## Additional illistrations
![Lux power distribution card](./docs/images/power-flow-card-2.png "Lux power distribution card")
![Lux power distribution card](./docs/images/power-flow-card-3.png "Lux power distribution card")
![Lux power distribution card](./docs/images/power-flow-card-4.png "Lux power distribution card")
Loading

0 comments on commit 8974e2b

Please sign in to comment.