Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
fix letter loop
Browse files Browse the repository at this point in the history
  • Loading branch information
peternijssen committed May 15, 2019
1 parent 3127d74 commit a73714c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions postnl-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ class PostNL extends LitElement {
return {
_hass: Object,
config: Object,
delivery: Object,
distribution: Object,
letters: Object,
deliveryObject: Object,
distributionObject: Object,
letterObject: Object,
icon: String,
name: String,
date_format: String,
Expand Down Expand Up @@ -229,6 +229,7 @@ class PostNL extends LitElement {
this.delivery_delivered = []
this.distribution_enroute = []
this.distribution_delivered = []
this.letters = []

// Format letters
if (this.letterObject) {
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"postnl-card": {
"version": "0.9.3",
"version": "0.9.4",
"updated_at": "2019-05-15",
"visit_repo": "https://github.com/peternijssen/lovelace-postnl",
"remote_location": "https://github.com/peternijssen/lovelace-postnl/releases/download/0.9.3/postnl-card.js",
"remote_location": "https://github.com/peternijssen/lovelace-postnl/releases/download/0.9.4/postnl-card.js",
"changelog": "https://github.com/peternijssen/lovelace-postnl/releases/latest"
}
}

0 comments on commit a73714c

Please sign in to comment.