diff --git a/atom.xml b/atom.xml index 0f2a3e4d4a..bccc0a4e7d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
+
Please note, you must have Home Assistant 0.42.4 or later installed for the app to function properly.
+Thanks for everything so far, I’m looking forward to the road that lies ahead for Home Assistant on iOS!
]]> @@ -162,6 +164,16 @@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.
discovery
component is enabled.Automated discovery and component loaded can only happen at first install of the app. You may need to wait a few minutes for the iOS component to load as the discovery
component only scans the network every 5 minutes.
Automated discovery and component loading only happens at first install of the app. You may need to wait a few minutes for the iOS component to load as the discovery
component only scans the network every 5 minutes.
After the first automated setup you need to add ios:
to your configuration so that the component loads by default even after restarting Home Assistant.
You may also manually load the ios
component by adding the following to your configuration:
# Example configuration.yaml entry
diff --git a/docs/ecosystem/ios/notifications/basic/index.html b/docs/ecosystem/ios/notifications/basic/index.html
index d0486b306a..2fb7b35958 100644
--- a/docs/ecosystem/ios/notifications/basic/index.html
+++ b/docs/ecosystem/ios/notifications/basic/index.html
@@ -89,7 +89,7 @@
trigger:
...
action:
- service: notify.iOSApp
+ service: notify.ios_<your_device_id_here>
data:
message: "Something happened at home!"
data:
@@ -104,7 +104,7 @@
trigger:
...
action:
- service: notify.iOSApp
+ service: notify.ios_<your_device_id_here>
data:
message: "Something happened at home!"
data:
diff --git a/docs/ecosystem/ios/notifications/content_extensions/index.html b/docs/ecosystem/ios/notifications/content_extensions/index.html
index 3f62a16932..9a23c517e2 100644
--- a/docs/ecosystem/ios/notifications/content_extensions/index.html
+++ b/docs/ecosystem/ios/notifications/content_extensions/index.html
@@ -71,7 +71,7 @@
Map
Will show a map with a red tipped pin at the coordinates given.
The map will be centered at the coordinates given.
-service: notify.iOSApp
+service: notify.ios_<your_device_id_here>
data:
message: Something happened at home!
data:
@@ -91,7 +91,7 @@ The map will be centered at the coordinates given.
The notification content is a real time MJPEG stream of a camera (assuming the camera supports it).
You can use the attachment parameters content-type
and hide-thumbnail
with camera.
You can view an example here.
-service: notify.iOSApp
+service: notify.ios_<your_device_id_here>
data:
message: Motion detected in the Living Room
data:
diff --git a/docs/ecosystem/ios/notifications/index.html b/docs/ecosystem/ios/notifications/index.html
index 084866c2f4..0e2b6ca1d9 100644
--- a/docs/ecosystem/ios/notifications/index.html
+++ b/docs/ecosystem/ios/notifications/index.html
@@ -68,7 +68,14 @@
The ios
notify platform enables sending push notifications to the Home Assistant iOS app.
-The ‘ios’ component will automatically load the notify service. No extra configuration is needed or supported.
+The ‘ios’ component will automatically load the notify service.
+The service component can be called using service: notify.ios_<your_device_ID>
.
+Your device ID can be found in the ios.conf
file in your configuration folder. The file is compressed JSON. You can view it easier by copying the file contents and pasting them into JSONLint.
+In this example, the device ID is robbiet480_7plus
, so the notify service to use is notify.ios_robbiet480_7plus
:
+{"devices":{"robbiet480_7plus":{"app":{"bundleIdentifer":"io.robbie.HomeAssistant","versionNumber":1,"buildNumber":53},"pushSounds":[],"permissions":["location"],"deviceId":"robbiet480_7plus","device":{"type":"iPhone 7 Plus","systemName":"iOS","systemVersion":"10.3","permanentID":"AB9F02FE-6AC6-47B8-ADEB-5DD87B489156","localizedModel":"iPhone","name":"Robbie's iPhone 7 Plus","model":"iPhone"},"battery":{"state":"Full","level":100},"pushToken":"SECRET","pushId":"SECRET"}}}
+
+
+You can find more information in the Basic Notifications documentation.
diff --git a/docs/ecosystem/ios/notifications/sounds/index.html b/docs/ecosystem/ios/notifications/sounds/index.html
index 3f63c83786..b24c6c5c3f 100644
--- a/docs/ecosystem/ios/notifications/sounds/index.html
+++ b/docs/ecosystem/ios/notifications/sounds/index.html
@@ -73,7 +73,7 @@
trigger:
...
action:
- service: notify.iOSApp
+ service: notify.ios_<your_device_id_here>
data:
message: “Something happened at home!”
data:
diff --git a/index.html b/index.html
index ececae3034..fa36838d21 100644
--- a/index.html
+++ b/index.html
@@ -86,10 +86,10 @@ Home Assistant is an open-source home automation platform running on Python 3. T
- Current Version: 0.42.3
- Released: April 11, 2017
+ Current Version: 0.42.4
+ Released: April 17, 2017
diff --git a/sitemap.xml b/sitemap.xml
index 5bccc62cbf..8beff3f538 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3121,62 +3121,62 @@
https://home-assistant.io/demo/frontend.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/index.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-04-16T21:41:47+00:00
+2017-04-16T23:37:57+00:00
diff --git a/version.json b/version.json
index 7f08f09304..e86c6c8138 100644
--- a/version.json
+++ b/version.json
@@ -1,15 +1,15 @@
{
- "current_version": "0.42.3",
- "release_date": "2017-04-11T00:00:00+00:00",
+ "current_version": "0.42.4",
+ "release_date": "2017-04-17T00:00:00+00:00",
"release_notes": "https://home-assistant.io/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
"release_notes_path": "/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
"release_title": "Home Assistant 0.42: Eddystone Beacons, Lockitron locks and Total Connect alarm systems",
"release_description": "Tons of bug fixes, performance increasements and some cool new integrations.",
- "patch_version_notes": "#release-0423---april-11",
+ "patch_version_notes": "#release-0424---april-17",
"root_url": "https://home-assistant.io",
"semantic_version": {
"major": 0,
"minor": 42,
- "patch": 3
+ "patch": 4
}
}