From 484fe5b926f57232690bc031846dca35c35b4a9b Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Thu, 12 Dec 2019 04:17:01 -0500 Subject: [PATCH] Add missed domain name change for APNS service docs (#11436) --- source/_integrations/apns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/apns.markdown b/source/_integrations/apns.markdown index 250e035e9c6..8a2d2d9a0bb 100644 --- a/source/_integrations/apns.markdown +++ b/source/_integrations/apns.markdown @@ -48,7 +48,7 @@ sandbox: The APNS platform will register two services, `notify.NOTIFIER_NAME` and `apns.apns_NOTIFIER_NAME`. -### notify.apns_NOTIFIER_NAME +### apns.apns_NOTIFIER_NAME This service will register device IDs with Home Assistant. In order to receive a notification a device must be registered. The app on the device can use this service to send an ID to Home Assistant during startup, the ID will be stored in `[NOTIFIER_NAME]_apns.yaml`.