DavidMStraub / homeassistant-homeconnect

Custom component for Home Assistant to connect appliances supporting the Home Connect standard
MIT License
116 stars 29 forks source link

Fixed string - Date comparison in sensor #94

Closed Appesteijn closed 4 years ago

Appesteijn commented 4 years ago

Thx for this integration, it works nicely with my dishwasher.

I only saw 1 stacktrace and fixed it.

DavidMStraub commented 4 years ago

Oh, I'm sorry, I had actually already fixed that in core: https://github.com/home-assistant/core/commit/d2502f649fac95be7c5330e2956e94e2809f928f#diff-8f2f8ac7ddfe1a5df5d65c9771c66749 See this issue #73.

Appesteijn commented 4 years ago

👍

DavidMStraub commented 4 years ago

To be clear, I'd prefer to merge the change in core here (thought I had done that already) rather than merging your change to avoid diverging code. Thanks anyway!!