Timing tweaks. Fix #105

This commit is contained in:
2020-06-11 11:20:21 +02:00
parent 9848d6a195
commit f94d0466f6
5 changed files with 51 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ _LOGGER = logging.getLogger(__name__)
async def async_setup(hass, config):
await setup_connection(hass, config)
setup_view(hass)
aliases = {}
@@ -31,7 +32,6 @@ async def async_setup(hass, config):
await hass.helpers.discovery.async_load_platform("light", DOMAIN, {}, config)
await hass.helpers.discovery.async_load_platform("camera", DOMAIN, {}, config)
await setup_connection(hass, config)
await setup_service(hass)

File diff suppressed because one or more lines are too long