From 231ef40f53113766ff6e0409fb7990f50d371c8d Mon Sep 17 00:00:00 2001 From: Johann Kellerman Date: Tue, 8 Nov 2016 01:07:24 +0200 Subject: [PATCH] iOS links (#4295) --- homeassistant/components/ios.py | 2 +- homeassistant/components/notify/ios.py | 6 +++--- homeassistant/components/sensor/ios.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/ios.py b/homeassistant/components/ios.py index f67ad966ead..f9b17b552de 100644 --- a/homeassistant/components/ios.py +++ b/homeassistant/components/ios.py @@ -2,7 +2,7 @@ Native Home Assistant iOS app component. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/ios/ +https://home-assistant.io/ecosystem/ios/ """ import asyncio import os diff --git a/homeassistant/components/notify/ios.py b/homeassistant/components/notify/ios.py index 8dc4c7d9701..5cd18640487 100644 --- a/homeassistant/components/notify/ios.py +++ b/homeassistant/components/notify/ios.py @@ -2,7 +2,7 @@ iOS push notification platform for notify component. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/notify.ios/ +https://home-assistant.io/ecosystem/ios/notifications/ """ import logging from datetime import datetime, timezone @@ -48,8 +48,8 @@ def get_service(hass, config): if not ios.devices_with_push(): _LOGGER.error(("The notify.ios platform was loaded but no " "devices exist! Please check the documentation at " - "https://home-assistant.io/components/notify.ios/ " - "for more information")) + "https://home-assistant.io/ecosystem/ios/notifications" + "/ for more information")) return None return iOSNotificationService() diff --git a/homeassistant/components/sensor/ios.py b/homeassistant/components/sensor/ios.py index c4c8f1eba69..ba963e44b6c 100644 --- a/homeassistant/components/sensor/ios.py +++ b/homeassistant/components/sensor/ios.py @@ -2,7 +2,7 @@ Support for Home Assistant iOS app sensors. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/sensor.ios/ +https://home-assistant.io/ecosystem/ios/ """ from homeassistant.components import ios from homeassistant.helpers.entity import Entity