Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
semantic-release-bot committed Mar 15, 2023
1 parent 1f8803f commit 1fd2d24
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1fd2d24

Please sign in to comment.