Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Apr 18, 2017
1 parent a255448 commit 3e6803e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions fastlane/metadata/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
review_information/
Binary file added fastlane/metadata/app_icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/copyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

2016 Robert Trencheny
7 changes: 6 additions & 1 deletion fastlane/metadata/en-US/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@ Control and monitor your home from anywhere in the world. Home Assistant for iOS
Home Assistant is an open-source home automation platform running on Python 3. Supported products include:

- Amazon Echo (Alexa)
- Apple TV
- Arduino
- Belkin WeMo
- Dark Sky
- Digital Ocean
- Ecobee
- Google Cast
- IFTTT
- Kodi/XBMC
- MQTT
- MySensors
- Nest
- Owntracks
- Philips Hue
- Plex
- Pushbullet
- Sonos
- Wink
- Z-Wave

Home Assistant for iOS requires an iPhone running iOS 9.3 or later and a previously configured Home Assistant running on a server.
Home Assistant for iOS requires an iPhone running iOS 9.3 or later and a previously configured Home Assistant instance running on a server.
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/keywords.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
home automation,open source,lights,homekit,hue,wemo,smartthings,wink,lutron,insteon,homeseer,openhab
home automation,open source,alexa,homekit,hue,wemo,smartthings,wink,lutron,insteon,homeseer,openhab
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://home-assistant.io
https://home-assistant.io/docs/ecosystem/ios/
13 changes: 13 additions & 0 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
Thanks for all the great feedback thus far, please keep it coming! Feel free to leave a review with your thoughts about the app so far too :).

New features and improvements:
- Enable zone tracking by default (no more track_ios required!)
- Allow enable/disable of location-related notifications (check the Location Settings screen)
- Rename push token to push ID and remove from identify payload to cut down confusion
- Prepend base URL if attachment URL begins with /api/ (No need to prepend your base URL to notification attachments)
- Whenever we update location let's identify too so battery gets updated (battery stats should update much more frequently)

Bug fixes:
- Remove some force unwraps which may have been causing crashing bugs around notification and location setup
- Don't force unwrap base URL in connect step (was also possibly causing crashes around notification/location)
- Quote the password in the userscript (Should fix auto login problems)
- Make app version number a string instead of an int since semver can't be coerced to an int like 1.0 could (This is the long term version of the fix implemented in 0.42.4)
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/support_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://home-assistant.io/ecosystem/ios/
https://community.home-assistant.io/c/ios

0 comments on commit 3e6803e

Please sign in to comment.