Skip to content

Commit

Permalink
Fix #61: Graph not shown since 2023.7.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 authored Jul 14, 2023
1 parent 34a639d commit 0b980c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/pvpc-hourly-pricing-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ class PVPCHourlyPricingCard extends LitElement {
type: 'time',
adapters: {
date: {
locale: this.hass.locale
locale: this.hass.locale,
config: this.hass.config,
}
},
ticks: {
Expand Down

0 comments on commit 0b980c7

Please sign in to comment.