Closed bouwew closed 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?
datetime
pytz
Yup, pytz and datetime wore meant specifically for the retrieval of the last active state (by name).
Ok, thanks, they are removed.
I will create a new pull-request.
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
andpytz
maybe?