Danielhiversen / home_assistant_tibber_data

Display Tibber data sensors.
MIT License
42 stars 11 forks source link

Fix date out of range error #85

Closed basbruss closed 6 months ago

basbruss commented 8 months ago

Use timedelta instead of .replace() to determine _date Fixes #84

Danielhiversen commented 6 months ago

Thanks