Skip to content

Commit

Permalink
Fix getlast state (#2)
Browse files Browse the repository at this point in the history
* fixing get lastState

when using a data_generator, the current state is incorrecty reflected by always using the last historical value instead of the current state of the entity

* update repo to make runner working

Co-authored-by: bart.gerald <[email protected]>
  • Loading branch information
TheBrain8791 and bart.gerald authored Jan 15, 2023
1 parent 0bca7b9 commit 856df4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/RomRider/apexcharts-card.git"
"url": "git+https://github.com/TheBrain8791/apexcharts-card.git"

},
"keywords": [
"lovelace",
Expand All @@ -25,9 +26,9 @@
"author": "Jérôme Wiedemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/RomRider/apexcharts-card/issues"
"url": "https://github.com/TheBrain8791/apexcharts-card.git/issues"
},
"homepage": "https://github.com/RomRider/apexcharts-card#readme",
"homepage": "https://github.com/TheBrain8791/apexcharts-card.git#readme",
"dependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@material/mwc-ripple": "^0.25.3",
Expand Down

0 comments on commit 856df4d

Please sign in to comment.