Checkpoint. Mostly done.

This commit is contained in:
Robbie Trencheny 2016-10-26 17:38:58 -07:00
parent 317a241460
commit f3fd512485
33 changed files with 687 additions and 10 deletions

View file

@ -0,0 +1,23 @@
---
layout: page
title: "Notifications Introduction"
description: "Getting started with iOS notifications"
date: 2016-10-25 15:00:00 -0700
sidebar: true
comments: false
sharing: true
footer: true
---
The `ios` notify platform enables sending push notifications to the Home Assistant iOS app.
## {% linkable_title Setup %}
```yaml
# Example configuration.yaml entry
notify:
- platform: ios
```
Configuration variables:
- **name** (*Optional*): The name of the service. Not recommended to add this.