-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please rename the component #15
Comments
It's a bit of a hassle renaming it, so I wanna make sure we can come up with something good the first time. Best thing I've thought of thus far is HA Style Power Distribution, but I'd love to hear ideas from others. I'd prefer to not have |
For those that have already the component https://github.com/JonahKr/power-distribution-card this new one will not load and shows an error on HA. |
This card generates this error in HACS:
|
@RogerSelwyn Are you suggesting you're receiving this error because you already have the card from JonahKr installed? This looks like a separate issue maybe. Also the latest version of this card is 1.2.0, so I'm not sure why it would say v1.0.0. |
Gah, Github screwed something up, all the releases are gone, except v1.0.0, wth? |
I have no energy cards installed, but got this error in my dev environment when I started some other testing this afternoon, so debugged HACS which says it is the It looks like it is a different error though, it goes away if I make my external url accessible (I tend to lock down external access to be Dev when I don't need it). Not sure why it has picked your plugin to complain about. |
BREAKING CHANGE: card name card type will need to be changed from `custom:power-distribution-card` to `custom:power-flow-card` closes #15
BREAKING CHANGE: card name card type will need to be changed from `custom:power-distribution-card` to `custom:power-flow-card` closes #15
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
HACS is still installing it to |
It takes time for the HACS to update the information on there end of things. Unfortunately we're at their mercy on that front. |
## 1.0.0 (2022-09-08) ### ⚠ BREAKING CHANGES * card name card type will need to be changed from `custom:power-distribution-card` to `custom:power-flow-card` ### Features * add new `dashboard_link` option (see readme) ([ulic75#46](https://github.com/timbrueggenthies/power-flow-card/issues/46)) ([e979053](e979053)) * add new `inverted_entities` option (see readme) ([ulic75#43](https://github.com/timbrueggenthies/power-flow-card/issues/43)) ([53200bb](53200bb)) * add new option `kw_decimals` ([ulic75#32](https://github.com/timbrueggenthies/power-flow-card/issues/32)) ([a2af9d0](a2af9d0)) * **flow:** add optional rate configuration ([ulic75#5](https://github.com/timbrueggenthies/power-flow-card/issues/5)) ([f258f49](f258f49)) * initial release ([ulic75#2](https://github.com/timbrueggenthies/power-flow-card/issues/2)) ([93e9da1](93e9da1)) * log unavailable/misconfigured entities to browser console ([ulic75#61](https://github.com/timbrueggenthies/power-flow-card/issues/61)) ([f32576a](f32576a)) * make power-flow-card available from the ui picker ([ulic75#38](https://github.com/timbrueggenthies/power-flow-card/issues/38)) ([fa16d3d](fa16d3d)) * off grid support ([ulic75#63](https://github.com/timbrueggenthies/power-flow-card/issues/63)) ([7676356](7676356)) * support grid<>battery flow ([ulic75#53](https://github.com/timbrueggenthies/power-flow-card/issues/53)) ([cf4b7b9](cf4b7b9)) * support split consumption/production entities ([ulic75#12](https://github.com/timbrueggenthies/power-flow-card/issues/12)) ([da78757](da78757)), closes [ulic75#8](https://github.com/timbrueggenthies/power-flow-card/issues/8) * support watts and kilowats ([ulic75#18](https://github.com/timbrueggenthies/power-flow-card/issues/18)) ([9596eeb](9596eeb)) * watt decimals can be configured via w_decimals option ([ulic75#52](https://github.com/timbrueggenthies/power-flow-card/issues/52)) ([c15a375](c15a375)), closes [ulic75#45](https://github.com/timbrueggenthies/power-flow-card/issues/45) ### Bug Fixes * always show solar value for consistency ([ulic75#9](https://github.com/timbrueggenthies/power-flow-card/issues/9)) ([adf4d15](adf4d15)) * debounce error logging ([ulic75#62](https://github.com/timbrueggenthies/power-flow-card/issues/62)) ([de73d05](de73d05)) * detection of grid return ([ulic75#13](https://github.com/timbrueggenthies/power-flow-card/issues/13)) ([adeee30](adeee30)) * display issue without battery_charge entity ([ulic75#11](https://github.com/timbrueggenthies/power-flow-card/issues/11)) ([79f84ca](79f84ca)) * prevent negative solar state ([ulic75#25](https://github.com/timbrueggenthies/power-flow-card/issues/25)) ([162376b](162376b)), closes [ulic75#23](https://github.com/timbrueggenthies/power-flow-card/issues/23) * rename card to power-distribution-card ([6678525](6678525)) * round watts to 1 decimal place ([ulic75#22](https://github.com/timbrueggenthies/power-flow-card/issues/22)) ([2606dbd](2606dbd)) * smooth out flow dots on safari based guis ([ulic75#85](https://github.com/timbrueggenthies/power-flow-card/issues/85)) ([3ce9ebf](3ce9ebf)), closes [ulic75#82](https://github.com/timbrueggenthies/power-flow-card/issues/82) ### Miscellaneous Chores * rename to power-flow-card ([ulic75#17](https://github.com/timbrueggenthies/power-flow-card/issues/17)) ([bb26ad7](bb26ad7)), closes [ulic75#15](https://github.com/timbrueggenthies/power-flow-card/issues/15)
## 1.0.0 (2023-03-15) ### ⚠ BREAKING CHANGES * card name card type will need to be changed from `custom:power-distribution-card` to `custom:power-flow-card` ### Features * add new `dashboard_link` option (see readme) ([ulic75#46](https://github.com/japanfred/power-flow-card/issues/46)) ([e979053](e979053)) * add new `inverted_entities` option (see readme) ([ulic75#43](https://github.com/japanfred/power-flow-card/issues/43)) ([53200bb](53200bb)) * add new option `kw_decimals` ([ulic75#32](https://github.com/japanfred/power-flow-card/issues/32)) ([a2af9d0](a2af9d0)) * add support for display of gas and water ([ulic75#110](https://github.com/japanfred/power-flow-card/issues/110)) ([270b3e6](270b3e6)) * **flow:** add optional rate configuration ([ulic75#5](https://github.com/japanfred/power-flow-card/issues/5)) ([f258f49](f258f49)) * initial release ([ulic75#2](https://github.com/japanfred/power-flow-card/issues/2)) ([93e9da1](93e9da1)) * log unavailable/misconfigured entities to browser console ([ulic75#61](https://github.com/japanfred/power-flow-card/issues/61)) ([f32576a](f32576a)) * make power-flow-card available from the ui picker ([ulic75#38](https://github.com/japanfred/power-flow-card/issues/38)) ([fa16d3d](fa16d3d)) * off grid support ([ulic75#63](https://github.com/japanfred/power-flow-card/issues/63)) ([7676356](7676356)) * support grid<>battery flow ([ulic75#53](https://github.com/japanfred/power-flow-card/issues/53)) ([cf4b7b9](cf4b7b9)) * support split consumption/production entities ([ulic75#12](https://github.com/japanfred/power-flow-card/issues/12)) ([da78757](da78757)), closes [ulic75#8](https://github.com/japanfred/power-flow-card/issues/8) * support watts and kilowats ([ulic75#18](https://github.com/japanfred/power-flow-card/issues/18)) ([9596eeb](9596eeb)) * watt decimals can be configured via w_decimals option ([ulic75#52](https://github.com/japanfred/power-flow-card/issues/52)) ([c15a375](c15a375)), closes [ulic75#45](https://github.com/japanfred/power-flow-card/issues/45) ### Bug Fixes * always show solar value for consistency ([ulic75#9](https://github.com/japanfred/power-flow-card/issues/9)) ([adf4d15](adf4d15)) * debounce error logging ([ulic75#62](https://github.com/japanfred/power-flow-card/issues/62)) ([de73d05](de73d05)) * detection of grid return ([ulic75#13](https://github.com/japanfred/power-flow-card/issues/13)) ([adeee30](adeee30)) * display issue without battery_charge entity ([ulic75#11](https://github.com/japanfred/power-flow-card/issues/11)) ([79f84ca](79f84ca)) * **entity:** allowed for background again ([ulic75#116](https://github.com/japanfred/power-flow-card/issues/116)) ([84335be](84335be)) * prevent negative solar state ([ulic75#25](https://github.com/japanfred/power-flow-card/issues/25)) ([162376b](162376b)), closes [ulic75#23](https://github.com/japanfred/power-flow-card/issues/23) * rename card to power-distribution-card ([6678525](6678525)) * round watts to 1 decimal place ([ulic75#22](https://github.com/japanfred/power-flow-card/issues/22)) ([2606dbd](2606dbd)) * smooth out flow dots on safari based guis ([ulic75#85](https://github.com/japanfred/power-flow-card/issues/85)) ([3ce9ebf](3ce9ebf)), closes [ulic75#82](https://github.com/japanfred/power-flow-card/issues/82) * **solar:** text color to match energy-distribution-card ([ulic75#111](https://github.com/japanfred/power-flow-card/issues/111)) ([efab88f](efab88f)) ### Miscellaneous Chores * rename to power-flow-card ([ulic75#17](https://github.com/japanfred/power-flow-card/issues/17)) ([bb26ad7](bb26ad7)), closes [ulic75#15](https://github.com/japanfred/power-flow-card/issues/15)
## 1.0.0 (2023-03-15) ### ⚠ BREAKING CHANGES * card name card type will need to be changed from `custom:power-distribution-card` to `custom:power-flow-card` ### Features * add new `dashboard_link` option (see readme) ([ulic75#46](https://github.com/DBT85/DBT85PFC/issues/46)) ([e979053](e979053)) * add new `inverted_entities` option (see readme) ([ulic75#43](https://github.com/DBT85/DBT85PFC/issues/43)) ([53200bb](53200bb)) * add new option `kw_decimals` ([ulic75#32](https://github.com/DBT85/DBT85PFC/issues/32)) ([a2af9d0](a2af9d0)) * add support for display of gas and water ([ulic75#110](https://github.com/DBT85/DBT85PFC/issues/110)) ([270b3e6](270b3e6)) * **flow:** add optional rate configuration ([ulic75#5](https://github.com/DBT85/DBT85PFC/issues/5)) ([f258f49](f258f49)) * initial release ([ulic75#2](https://github.com/DBT85/DBT85PFC/issues/2)) ([93e9da1](93e9da1)) * log unavailable/misconfigured entities to browser console ([ulic75#61](https://github.com/DBT85/DBT85PFC/issues/61)) ([f32576a](f32576a)) * make power-flow-card available from the ui picker ([ulic75#38](https://github.com/DBT85/DBT85PFC/issues/38)) ([fa16d3d](fa16d3d)) * off grid support ([ulic75#63](https://github.com/DBT85/DBT85PFC/issues/63)) ([7676356](7676356)) * support grid<>battery flow ([ulic75#53](https://github.com/DBT85/DBT85PFC/issues/53)) ([cf4b7b9](cf4b7b9)) * support split consumption/production entities ([ulic75#12](https://github.com/DBT85/DBT85PFC/issues/12)) ([da78757](da78757)), closes [ulic75#8](https://github.com/DBT85/DBT85PFC/issues/8) * support watts and kilowats ([ulic75#18](https://github.com/DBT85/DBT85PFC/issues/18)) ([9596eeb](9596eeb)) * watt decimals can be configured via w_decimals option ([ulic75#52](https://github.com/DBT85/DBT85PFC/issues/52)) ([c15a375](c15a375)), closes [ulic75#45](https://github.com/DBT85/DBT85PFC/issues/45) ### Bug Fixes * always show solar value for consistency ([ulic75#9](https://github.com/DBT85/DBT85PFC/issues/9)) ([adf4d15](adf4d15)) * debounce error logging ([ulic75#62](https://github.com/DBT85/DBT85PFC/issues/62)) ([de73d05](de73d05)) * detection of grid return ([ulic75#13](https://github.com/DBT85/DBT85PFC/issues/13)) ([adeee30](adeee30)) * display issue without battery_charge entity ([ulic75#11](https://github.com/DBT85/DBT85PFC/issues/11)) ([79f84ca](79f84ca)) * **entity:** allowed for background again ([ulic75#116](https://github.com/DBT85/DBT85PFC/issues/116)) ([84335be](84335be)) * prevent negative solar state ([ulic75#25](https://github.com/DBT85/DBT85PFC/issues/25)) ([162376b](162376b)), closes [ulic75#23](https://github.com/DBT85/DBT85PFC/issues/23) * rename card to power-distribution-card ([6678525](6678525)) * round watts to 1 decimal place ([ulic75#22](https://github.com/DBT85/DBT85PFC/issues/22)) ([2606dbd](2606dbd)) * smooth out flow dots on safari based guis ([ulic75#85](https://github.com/DBT85/DBT85PFC/issues/85)) ([3ce9ebf](3ce9ebf)), closes [ulic75#82](https://github.com/DBT85/DBT85PFC/issues/82) * **solar:** text color to match energy-distribution-card ([ulic75#111](https://github.com/DBT85/DBT85PFC/issues/111)) ([efab88f](efab88f)) ### Miscellaneous Chores * rename to power-flow-card ([ulic75#17](https://github.com/DBT85/DBT85PFC/issues/17)) ([bb26ad7](bb26ad7)), closes [ulic75#15](https://github.com/DBT85/DBT85PFC/issues/15)
Hi, this component gets in conflict with another power-distribution-card using the same name:
https://github.com/JonahKr/power-distribution-card
Its there a way to have both? Maybe renaming it?
Thanks
The text was updated successfully, but these errors were encountered: