mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Update notifications.md to fix possible spelling error
safed_device_name seems to be wrong in this context. saved_device_name seems correct.
This commit is contained in:
parent
0b7911ae3d
commit
1358e5ea06
@ -13,7 +13,7 @@ To enable the notify platform for your application, you must set two keys in the
|
||||
| `push_token` | string | A push notification token unique to your users device. For example, this could be an APNS token or an FCM Instance ID/token.
|
||||
| `push_url` | string | The URL on your server that push notifications will be HTTP POSTed to.
|
||||
|
||||
You should advise the user to restart Home Assistant after you set these keys in order for them to see the notify target. It will have the format `notify.mobile_app_<safed_device_name>`.
|
||||
You should advise the user to restart Home Assistant after you set these keys in order for them to see the notify target. It will have the format `notify.mobile_app_<saved_device_name>`.
|
||||
|
||||
## Deploying a server component
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user