Open kmitch95120 opened 4 years ago
this seems to be fixed with #2 but version 0.4 has never been published to pypi @horga83 do you mind to publish 0.4 to pypi, so https://github.com/home-assistant/core/issues/100812 could be fixed?
This is done, thanks.
On Sun, 2023-10-01 at 03:40 -0700, Michael wrote:
this seems to be fixed with #2 but version 0.4 has never been published to pypi @horga83 do you mind to publish 0.4 to pypi, so home-assistant/core#100812 could be fixed? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
When Home Assistant installs this library it does not automatically install pyserial, which is required, due to a missing dependency statement in setup.py.
Please consider adding:
install_requires=['pyserial'],