mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix vera breaking component loading order. (#1749)
This commit is contained in:
parent
f6331da000
commit
f5227e1de0
@ -109,7 +109,7 @@ def setup(hass, base_config):
|
||||
(LIGHT, DISCOVER_LIGHTS),
|
||||
(SWITCH, DISCOVER_SWITCHES))):
|
||||
component = get_component(comp_name)
|
||||
bootstrap.setup_component(hass, component.DOMAIN, config)
|
||||
bootstrap.setup_component(hass, component.DOMAIN, base_config)
|
||||
hass.bus.fire(EVENT_PLATFORM_DISCOVERED,
|
||||
{ATTR_SERVICE: discovery,
|
||||
ATTR_DISCOVERED: {}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user