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

Fix coroutines error in Python 3.11 #69

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

Tandonnet
Copy link
Contributor

Since Home Assistant 2023.6 moved to Python 3.11, using coroutines is forbidden. This commit uses an explicit task to get rid of errors when using different services. This has been tested locally in Home Assistant 2023.6.1 and works flawlessly

Since Home Assistant 2023.6 moved to Python 3.11, using coroutines is forbidden. This commit uses an explicit task to get rid of errors when using different services. This has been tested locally in Home Assistant 2023.6.1 and works flawlessly
@al-one al-one merged commit 8515d28 into al-one:master Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants