Collection of fixes and improvements (#516)

This commit is contained in:
Franck Nijhof
2020-05-11 17:12:01 +02:00
committed by GitHub
parent b31d871c6a
commit 08884e2cca
60 changed files with 448 additions and 407 deletions

View File

@@ -109,6 +109,5 @@ If you want to spawn a task that will not block the current async context, you c
hass.async_create_task(async_say_hello(hass, target))
```
[dev-docs]: https://dev-docs.home-assistant.io/en/master/api/core.html
[dev-docs-async]: https://dev-docs.home-assistant.io/en/dev/api/util.html#module-homeassistant.util.async