Skip to content

Commit

Permalink
Bump v0.9.11
Browse files Browse the repository at this point in the history
Add more supported brands (closes #180)
  • Loading branch information
aivus committed Jan 3, 2025
1 parent d5209fa commit fe6b1fd
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
33 changes: 19 additions & 14 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.gree",
"version": "0.9.10",
"version": "0.9.11",
"compatibility": ">=12.0.1",
"sdk": 3,
"brandColor": "#ff732e",
Expand All @@ -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": [],
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@ 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
* Innova
* 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*

Expand Down
9 changes: 7 additions & 2 deletions README.nl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@ 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
* Innova
* 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
Expand Down
10 changes: 7 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,23 @@ This app adds support of Gree compatible HVACs to Homey.
Supported Wi-Fi HVACs:
* Gree
* Argo
* Cooper&Hunter
* Cooper & Hunter
* Daitsu
* Tosot
* Wilfa
* Innova
* 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
Expand Down
32 changes: 19 additions & 13 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.gree",
"version": "0.9.10",
"version": "0.9.11",
"compatibility": ">=12.0.1",
"sdk": 3,
"brandColor": "#ff732e",
Expand All @@ -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": [],
Expand Down

0 comments on commit fe6b1fd

Please sign in to comment.