I have HDDasboard Set up and it connects to home assistant and shows the widgets I have set up their states but when i click on a widget I get the following error:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_protocol.py", line 381, in start
resp = await self._request_handler(request)
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_app.py", line 310, in _handle
resp = await handler(request)
File "/usr/lib/python3.6/asyncio/coroutines.py", line 213, in coro
res = yield from res
File "/usr/local/lib/python3.6/dist-packages/appdaemon/rundash.py", line 181, in call_service
data = yield from request.post()
TypeError: cannot 'yield from' a coroutine object in a non-coroutine generator```
which version from HADashboard (appdaemon) did you install?
what system did you install it on?
what is in your appdaemon.yaml?
what is in your dashboard file?