[component/ios] Discover notify.ios when iOS component loads (#5548)
This commit is contained in:
parent
2cf2dcd9ba
commit
9bd5378fe4
1 changed files with 1 additions and 3 deletions
|
@ -244,9 +244,7 @@ def setup(hass, config):
|
|||
if CONFIG_FILE == {}:
|
||||
CONFIG_FILE[ATTR_DEVICES] = {}
|
||||
|
||||
# Notify needs to have discovery
|
||||
# notify_config = {"notify": {CONF_PLATFORM: "ios"}}
|
||||
# bootstrap.setup_component(hass, "notify", notify_config)
|
||||
discovery.load_platform(hass, "notify", DOMAIN, {}, config)
|
||||
|
||||
discovery.load_platform(hass, "sensor", DOMAIN, {}, config)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue