Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depricated method isAlive #11

Closed
titiviking opened this issue Feb 23, 2021 · 2 comments · Fixed by #12
Closed

Depricated method isAlive #11

titiviking opened this issue Feb 23, 2021 · 2 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@titiviking
Copy link

Home assistant is returning errors for Thermoplus_BLE integration:

/config/custom_components/thermoplus_ble/ble.py:53: DeprecationWarning: isAlive() is deprecated, use is_alive() instead


  if self.thread.isAlive():


/config/custom_components/thermoplus_ble/ble.py:55: DeprecationWarning: isAlive() is deprecated, use is_alive() instead


  if self.thread.isAlive():
@araines araines self-assigned this Feb 23, 2021
@araines araines added the bug Something isn't working label Feb 23, 2021
@araines
Copy link
Owner

araines commented Feb 23, 2021

Thanks for the report, I'll take a look in to this soon

@araines
Copy link
Owner

araines commented Feb 25, 2021

Fixed in v0.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants