Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Stefano Badoino
2020-07-04 09:52:12 +02:00
9 changed files with 158 additions and 30 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