mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
commit
f5c9a0c1fd
@ -33,7 +33,7 @@ Currently, the app is only available via a closed beta. It will be on the App St
|
|||||||
|
|
||||||
The `ios` component is the companion component for the Home Assistant iOS app. While not required, adding the `ios` component to your setup will greatly enhance the iOS app with new notification, location and sensor functions not possible with a standalone app.
|
The `ios` component is the companion component for the Home Assistant iOS app. While not required, adding the `ios` component to your setup will greatly enhance the iOS app with new notification, location and sensor functions not possible with a standalone app.
|
||||||
|
|
||||||
Loading the `ios` component will also load the [`device_tracker`][device-tracker] and [`zeroconf`][zeroconf] components. It also provides functionality required for the iOS notify platform but will not automatically load the `notify` component or platform as of 0.31.1. You must manually load it. See the [iOS notify platform][ios-notify] for more information.
|
Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and [`notify`][notify] platforms.
|
||||||
|
|
||||||
## {% linkable_title Setup %}
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
|
@ -11,14 +11,4 @@ footer: true
|
|||||||
|
|
||||||
The `ios` notify platform enables sending push notifications to the Home Assistant iOS app.
|
The `ios` notify platform enables sending push notifications to the Home Assistant iOS app.
|
||||||
|
|
||||||
## {% linkable_title Setup %}
|
The 'ios' component will automatically load the notify serivce. No extra configuration is needed or supported.
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
notify:
|
|
||||||
- platform: ios
|
|
||||||
```
|
|
||||||
|
|
||||||
Configuration variables:
|
|
||||||
|
|
||||||
- **name** (*Optional*): The name of the service.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user