From 3e72b30de0ff91f456ba140d8a94147da9c21632 Mon Sep 17 00:00:00 2001 From: Chris ter Beke <1134120+ChrisTerBeke@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:25:05 +0200 Subject: [PATCH] Fix: certification issues (#2) * 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 --- .homeychangelog.json | 9 ++++-- .homeycompose/app.json | 66 +++++++++++++++++++++--------------------- README.md | 4 +-- README.txt | 4 +-- app.json | 6 ++-- 5 files changed, 46 insertions(+), 43 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index cb6251e..a40e7a7 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -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" + } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index aa8d37d..3d11aeb 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -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" + } } \ No newline at end of file diff --git a/README.md b/README.md index de66b89..93124af 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.txt b/README.txt index f80043b..9df2da2 100644 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/app.json b/app.json index f2a4e1a..5d4b3a7 100644 --- a/app.json +++ b/app.json @@ -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": [ @@ -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"