From fe6b1fdd264f612ecc014ccdc924bedac1e5f270 Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Fri, 3 Jan 2025 22:33:44 +0100 Subject: [PATCH] Bump v0.9.11 Add more supported brands (closes #180) --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 33 +++++++++++++++++++-------------- README.md | 9 +++++++-- README.nl.txt | 9 +++++++-- README.txt | 10 +++++++--- app.json | 32 +++++++++++++++++++------------- 6 files changed, 62 insertions(+), 34 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 4d61666..4e1b7b4 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -86,5 +86,8 @@ }, "0.9.10": { "en": "Remove \"debug\" setting.\n\rPrepare for stable release of the app" + }, + "0.9.11": { + "en": "Added more supported brands.\n\rUpdate dependencies" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index ac25448..25a189c 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.9.10", + "version": "0.9.11", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e", @@ -17,20 +17,25 @@ ], "tags": { "en": [ + "HVAC", + "air conditioning", "EWPE Smart", - "cooper&hunter", - "gree", - "argo", - "cooper and hunter", - "daitsu", - "tosot", - "wilfa", - "innova", - "tadiran", - "copmax", - "syen", - "hvac", - "air conditioning" + "Cooper & Hunter", + "Cooper and Hunter", + "Gree", + "Argo", + "Daitsu", + "Tosot", + "Wilfa", + "Innova", + "Tadiran", + "Copmax", + "Syen", + "Trane", + "Proklima", + "Heiwa", + "Ekokai", + "Lessar" ] }, "permissions": [], diff --git a/README.md b/README.md index 441518d..9eef6d0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you want to thank the author of this app you can use [GitHub Sponsors](https: ## Supported Wi-Fi HVACs * Gree * Argo -* Cooper&Hunter +* Cooper & Hunter * Daitsu * Tosot * Wilfa @@ -21,8 +21,13 @@ If you want to thank the author of this app you can use [GitHub Sponsors](https: * Tadiran * Copmax * Syen +* Trane +* Proklima +* Heiwa +* Ekokai +* Lessar -*This app is tested using Cooper&Hunter Alpha CH-S18FTXE* +*This app is tested using Cooper & Hunter Alpha CH-S18FTXE* *If you found that your HVAC works and brand is not mentioned above please create an issue to add this brand as compatible* diff --git a/README.nl.txt b/README.nl.txt index 8726d76..f0dfb7b 100644 --- a/README.nl.txt +++ b/README.nl.txt @@ -3,7 +3,7 @@ Deze app voegt ondersteuning van Gree-compatibele HVAC's toe aan Homey. Ondersteunde Wi-Fi HVAC's: * Gree * Argo -* Cooper&Hunter +* Cooper & Hunter * Daitsu * Tosot * Wilfa @@ -11,11 +11,16 @@ Ondersteunde Wi-Fi HVAC's: * Tadiran * Copmax * Syen +* Trane +* Proklima +* Heiwa +* Ekokai +* Lessar Als je hebt vastgesteld dat je HVAC werkt met deze app en je ziet het merk hierboven niet terug, maak dan a.u.b. een ticket aan zodat we de ondersteuning voor dit merk kunnen vermelden. * Deze app is getest met de volgende apparaten: -Cooper&Hunter Alpha CH-S18FTXE (Wi-Fi) +Cooper & Hunter Alpha CH-S18FTXE Opmerkingen * Ventilator snelheid diff --git a/README.txt b/README.txt index 4aa2fdd..608db26 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ This app adds support of Gree compatible HVACs to Homey. Supported Wi-Fi HVACs: * Gree * Argo -* Cooper&Hunter +* Cooper & Hunter * Daitsu * Tosot * Wilfa @@ -11,11 +11,15 @@ Supported Wi-Fi HVACs: * Tadiran * Copmax * Syen +* Trane +* Proklima +* Heiwa +* Ekokai +* Lessar If you found that your HVAC works and brand is not mentioned above please create an issue to add this brand as compatible -* This app is tested using next devices: -Cooper&Hunter Alpha CH-S18FTXE (Wi-Fi) +* This app is tested using Cooper & Hunter Alpha CH-S18FTXE Notes * Fan speed diff --git a/app.json b/app.json index 85a6a0a..5ea152a 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.gree", - "version": "0.9.10", + "version": "0.9.11", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e", @@ -18,19 +18,25 @@ ], "tags": { "en": [ + "HVAC", + "air conditioning", "EWPE Smart", - "cooper&hunter", - "gree", - "argo", - "cooper and hunter", - "daitsu", - "tosot", - "wilfa", - "innova", - "tadiran", - "copmax", - "hvac", - "air conditioning" + "Cooper & Hunter", + "Cooper and Hunter", + "Gree", + "Argo", + "Daitsu", + "Tosot", + "Wilfa", + "Innova", + "Tadiran", + "Copmax", + "Syen", + "Trane", + "Proklima", + "Heiwa", + "Ekokai", + "Lessar" ] }, "permissions": [],