Skip to content

Commit

Permalink
Merge pull request #424 from 24mu13/ariston-clima
Browse files Browse the repository at this point in the history
Ariston Clima support
  • Loading branch information
georgezhao2010 authored Jan 11, 2024
2 parents d36e24a + 45627a5 commit 7c5231c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Thanks also to [@NeoAcheron](https://github.com/NeoAcheron/midea-ac-py).

# Supported brands

![beverly](brands/beverly.png) ![bugu](brands/bugu.png) ![carrier](brands/carrier.png) ![colmo](brands/colmo.png) ![comfee](brands/comfee.png) ![electrolux](brands/electrolux.png) ![invertor](brands/invertor.png) ![littleswan](brands/littleswan.png) ![midea](brands/midea.png) ![netsu](brands/netsu.png) ![ProBreeze](brands/probreeze.png) ![rotenso](brands/rotenso.png) ![toshiba](brands/toshiba.png) ![vandelo](brands/vandelo.png) ![wahin](brands/wahin.png)
![ariston](brands/ariston.png) ![beverly](brands/beverly.png) ![bugu](brands/bugu.png) ![carrier](brands/carrier.png) ![colmo](brands/colmo.png) ![comfee](brands/comfee.png) ![electrolux](brands/electrolux.png) ![invertor](brands/invertor.png) ![littleswan](brands/littleswan.png) ![midea](brands/midea.png) ![netsu](brands/netsu.png) ![ProBreeze](brands/probreeze.png) ![rotenso](brands/rotenso.png) ![toshiba](brands/toshiba.png) ![vandelo](brands/vandelo.png) ![wahin](brands/wahin.png)

And more.

Expand Down
Binary file added brands/ariston.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions custom_components/midea_ac_lan/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
2: "美的美居",
3: "Midea Air",
4: "NetHome Plus",
5: "Ariston Clima",
}

PRESET_ACCOUNT = [
Expand Down
6 changes: 6 additions & 0 deletions custom_components/midea_ac_lan/midea/core/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"app_id": "1017",
"app_key": "3742e9e5842d4ad59c2db887e12449f9",
"api_url": "https://mapp.appsmb.com",
},
"Ariston Clima": {
"class_name": "MideaAirCloud",
"app_id": "1005",
"app_key": "434a209a5ce141c3b726de067835d7f0",
"api_url": "https://mapp.appsmb.com",
}
}

Expand Down

0 comments on commit 7c5231c

Please sign in to comment.