diff --git a/CHANGELOG.md b/CHANGELOG.md index 598e211d..62cbf620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +## 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) ([#46](https://github.com/DBT85/DBT85PFC/issues/46)) ([e979053](https://github.com/DBT85/DBT85PFC/commit/e97905346ec1f66a862f2fa684bf2c4f571a1b7f)) +* add new `inverted_entities` option (see readme) ([#43](https://github.com/DBT85/DBT85PFC/issues/43)) ([53200bb](https://github.com/DBT85/DBT85PFC/commit/53200bb99583c5365ef5f760020e6208f4899b41)) +* add new option `kw_decimals` ([#32](https://github.com/DBT85/DBT85PFC/issues/32)) ([a2af9d0](https://github.com/DBT85/DBT85PFC/commit/a2af9d0de134ff803911c88ef5a9c1c8ea38aab5)) +* add support for display of gas and water ([#110](https://github.com/DBT85/DBT85PFC/issues/110)) ([270b3e6](https://github.com/DBT85/DBT85PFC/commit/270b3e64ece2d95fd632a056c9bd0360f90dace0)) +* **flow:** add optional rate configuration ([#5](https://github.com/DBT85/DBT85PFC/issues/5)) ([f258f49](https://github.com/DBT85/DBT85PFC/commit/f258f49eaa5d2faa8d90830e04c52301a71ed60c)) +* initial release ([#2](https://github.com/DBT85/DBT85PFC/issues/2)) ([93e9da1](https://github.com/DBT85/DBT85PFC/commit/93e9da17c9af172a9d3898f8d6dc2f49df5abfac)) +* log unavailable/misconfigured entities to browser console ([#61](https://github.com/DBT85/DBT85PFC/issues/61)) ([f32576a](https://github.com/DBT85/DBT85PFC/commit/f32576a58c14666dd75e495e9d4d05a9a9c25cb3)) +* make power-flow-card available from the ui picker ([#38](https://github.com/DBT85/DBT85PFC/issues/38)) ([fa16d3d](https://github.com/DBT85/DBT85PFC/commit/fa16d3de57ac4e36a25f0a11e2200e185c36deb9)) +* off grid support ([#63](https://github.com/DBT85/DBT85PFC/issues/63)) ([7676356](https://github.com/DBT85/DBT85PFC/commit/7676356d3a6b82269e5cd22ca927c1f2674e6a8e)) +* support grid<>battery flow ([#53](https://github.com/DBT85/DBT85PFC/issues/53)) ([cf4b7b9](https://github.com/DBT85/DBT85PFC/commit/cf4b7b973c48ca8c74772e32854e6f6cb6ed143a)) +* support split consumption/production entities ([#12](https://github.com/DBT85/DBT85PFC/issues/12)) ([da78757](https://github.com/DBT85/DBT85PFC/commit/da78757a54efedf79d34c296dd4029f481ec67ac)), closes [#8](https://github.com/DBT85/DBT85PFC/issues/8) +* support watts and kilowats ([#18](https://github.com/DBT85/DBT85PFC/issues/18)) ([9596eeb](https://github.com/DBT85/DBT85PFC/commit/9596eebe336cf12798386da1a3bdeebb457cf567)) +* watt decimals can be configured via w_decimals option ([#52](https://github.com/DBT85/DBT85PFC/issues/52)) ([c15a375](https://github.com/DBT85/DBT85PFC/commit/c15a3754a61aaccfc1f62801915902b2e64756b8)), closes [#45](https://github.com/DBT85/DBT85PFC/issues/45) + + +### Bug Fixes + +* always show solar value for consistency ([#9](https://github.com/DBT85/DBT85PFC/issues/9)) ([adf4d15](https://github.com/DBT85/DBT85PFC/commit/adf4d155b74ae78ad93422b8f5fa92189d0d1a29)) +* debounce error logging ([#62](https://github.com/DBT85/DBT85PFC/issues/62)) ([de73d05](https://github.com/DBT85/DBT85PFC/commit/de73d05e5032465956c4b75ecc41c1644bb2ce64)) +* detection of grid return ([#13](https://github.com/DBT85/DBT85PFC/issues/13)) ([adeee30](https://github.com/DBT85/DBT85PFC/commit/adeee30a75adb67b713d6900dcd6c099c46ed808)) +* display issue without battery_charge entity ([#11](https://github.com/DBT85/DBT85PFC/issues/11)) ([79f84ca](https://github.com/DBT85/DBT85PFC/commit/79f84cac373878334ddff5a8459fdfe5bd5dc342)) +* **entity:** allowed for background again ([#116](https://github.com/DBT85/DBT85PFC/issues/116)) ([84335be](https://github.com/DBT85/DBT85PFC/commit/84335be83d30156c7526591cf1915cdc59665d3d)) +* prevent negative solar state ([#25](https://github.com/DBT85/DBT85PFC/issues/25)) ([162376b](https://github.com/DBT85/DBT85PFC/commit/162376bd9ade661e0094223f911b38a57772c528)), closes [#23](https://github.com/DBT85/DBT85PFC/issues/23) +* rename card to power-distribution-card ([6678525](https://github.com/DBT85/DBT85PFC/commit/667852570cf2e5eb06509ac1717c25a91cff6faa)) +* round watts to 1 decimal place ([#22](https://github.com/DBT85/DBT85PFC/issues/22)) ([2606dbd](https://github.com/DBT85/DBT85PFC/commit/2606dbd3623e49c3e8418ee75f12c78361052258)) +* smooth out flow dots on safari based guis ([#85](https://github.com/DBT85/DBT85PFC/issues/85)) ([3ce9ebf](https://github.com/DBT85/DBT85PFC/commit/3ce9ebf47a4c638b98f722788946540ed669cda7)), closes [#82](https://github.com/DBT85/DBT85PFC/issues/82) +* **solar:** text color to match energy-distribution-card ([#111](https://github.com/DBT85/DBT85PFC/issues/111)) ([efab88f](https://github.com/DBT85/DBT85PFC/commit/efab88f47f3b482383a2df4fda7b6023ac5da744)) + + +### Miscellaneous Chores + +* rename to power-flow-card ([#17](https://github.com/DBT85/DBT85PFC/issues/17)) ([bb26ad7](https://github.com/DBT85/DBT85PFC/commit/bb26ad7a498ddd77f72d81939769c48f786a09bd)), closes [#15](https://github.com/DBT85/DBT85PFC/issues/15) + ### [2.6.1](https://github.com/ulic75/power-distribution-card/compare/v2.6.0...v2.6.1) (2022-11-17) diff --git a/package.json b/package.json index 054d6e32..f1e41757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "power-distribution-card", - "version": "2.6.1", + "version": "1.0.0", "description": "A power distribution card for Home Assistant", "keywords": [ "home-assistant",