laetificat / haanna

Plugwise Anna API to use in conjunction with Home Assistant.
MIT License
5 stars 5 forks source link

Fixes for no week-schedule and for schedule_temp error #27

Closed bouwew closed 4 years ago

bouwew commented 4 years ago

These changes should fix HA issue #28815 (https://github.com/home-assistant/home-assistant/issues/28815) and the error reported in issue #14.

Also some changed are needed in HA Plugwise, see: https://github.com/bouwew/anna-ha

QUESTION: can some of the dependencies be removed: datetime and pytz maybe?

CoMPaTech commented 4 years ago

Yup, pytz and datetime wore meant specifically for the retrieval of the last active state (by name).

bouwew commented 4 years ago

Ok, thanks, they are removed.

bouwew commented 4 years ago

I will create a new pull-request.