diff --git a/homeassistant/components/ios.py b/homeassistant/components/ios.py index d83bffabc91..22f8b832b3d 100644 --- a/homeassistant/components/ios.py +++ b/homeassistant/components/ios.py @@ -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)