Skip to content

Commit

Permalink
Fix: certification issues (#2)
Browse files Browse the repository at this point in the history
* Fix edge case when setting override IP back to empty

* Resolve issues with certification for Homey app store

* Bump version to v0.0.2

Changelog: Fixed description for certification
  • Loading branch information
ChrisTerBeke committed Apr 29, 2024
1 parent c7161ff commit 3e72b30
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 43 deletions.
9 changes: 6 additions & 3 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"0.0.1": {
"en": "First test release"
}
"0.0.1": {
"en": "First test release"
},
"0.0.2": {
"en": "Fixed description for certification"
}
}
66 changes: 33 additions & 33 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"id": "com.christerbeke.homey-uponor",
"version": "0.0.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Uponor Smatrix"
},
"description": {
"en": "Adds support for Uponor Smatrix underfloor heating systems."
},
"category": [
"climate"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Chris ter Beke",
"email": "contact+homey@christerbeke.com"
},
"brandColor": "#0062C8",
"source": "https://github.com/ChrisTerBeke/homey-uponor",
"support": "https://github.com/ChrisTerBeke/homey-uponor/issues",
"homepage": "https://github.com/ChrisTerBeke/homey-uponor",
"bugs": {
"url": "https://github.com/ChrisTerBeke/homey-uponor/issues"
}
"id": "com.christerbeke.uponor-smatrix",
"version": "0.0.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Uponor Smatrix"
},
"description": {
"en": "Moving Water through cities, buildings and homes."
},
"category": [
"climate"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Chris ter Beke",
"email": "contact+homey@christerbeke.com"
},
"brandColor": "#0062C8",
"source": "https://github.com/ChrisTerBeke/homey-uponor",
"support": "https://github.com/ChrisTerBeke/homey-uponor/issues",
"homepage": "https://github.com/ChrisTerBeke/homey-uponor",
"bugs": {
"url": "https://github.com/ChrisTerBeke/homey-uponor/issues"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Homey Uponor

Adds support for Uponor products.
Currently only the Smatrix Pulse controller is supported.
Unofficial support for Uponor Smatrix.
Currently only the Smatrix Pulse R-208 controller is tested.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Adds support for Uponor products.
Currently only the Smatrix Pulse controller is supported.
Unofficial support for Uponor Smatrix.
Currently only the Smatrix Pulse R-208 controller is tested.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.christerbeke.homey-uponor",
"version": "0.0.1",
"id": "com.christerbeke.uponor-smatrix",
"version": "0.0.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand All @@ -11,7 +11,7 @@
"en": "Uponor Smatrix"
},
"description": {
"en": "Adds support for Uponor Smatrix underfloor heating systems."
"en": "Moving Water through cities, buildings and homes."
},
"category": [
"climate"
Expand Down

0 comments on commit 3e72b30

Please sign in to comment.