diff --git a/atom.xml b/atom.xml index 0f2a3e4d4a..bccc0a4e7d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-04-16T21:42:34+00:00 + 2017-04-16T23:38:42+00:00 https://home-assistant.io/ @@ -46,6 +46,8 @@

+

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 @@
  • Bugfix wait on start event (@pvizeli - #7013)
  • +

    Release 0.42.4 - April 17

    + + +

    All changes

    diff --git a/docs/ecosystem/ios/index.html b/docs/ecosystem/ios/index.html index ff625cce78..9765222991 100644 --- a/docs/ecosystem/ios/index.html +++ b/docs/ecosystem/ios/index.html @@ -79,7 +79,7 @@

    Basic requirements

    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.

    @@ -91,7 +91,8 @@
  • The discovery component is enabled.
  • You have just installed the app and are at the getting started screen.
  • -

    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.

    Manual Setup

    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