nugget / python-anthemav

Python asyncio module to interface with Anthem AVM and MRX receivers
MIT License
15 stars 24 forks source link

Get the fallback asyncio.async via a different method, because #9

Closed achatham closed 5 years ago

achatham commented 5 years ago

async is a reserved word in python3.7. Home Assistant just updated to 3.7 and the anthemav plugin broke because of this line.

Using the method described at: https://stackoverflow.com/questions/51196568/create-task-asyncio-async-syntaxerror-invalid-syntax

nugget commented 5 years ago

Related: https://github.com/home-assistant/home-assistant/pull/21273