Closed achatham closed 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
Related: https://github.com/home-assistant/home-assistant/pull/21273
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