diff --git a/homeassistant/components/ios/notify.py b/homeassistant/components/ios/notify.py index ee74b369629..80dbad5336d 100644 --- a/homeassistant/components/ios/notify.py +++ b/homeassistant/components/ios/notify.py @@ -48,12 +48,6 @@ def get_service(hass, config, discovery_info=None): hass.config.components.add("notify.ios") if not ios.devices_with_push(hass): - _LOGGER.error( - "The notify.ios platform was loaded but no " - "devices exist! Please check the documentation at " - "https://home-assistant.io/ecosystem/ios/notifications" - "/ for more information" - ) return None return iOSNotificationService()