Danielhiversen / home_assistant_tibber_data

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

Fix date out of range error #85

Closed basbruss closed 5 months ago

basbruss commented 6 months ago

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

Danielhiversen commented 5 months ago

Thanks