Update to pymelcloud 2.5.3 (#51043)
Previous version of pymelcloud performs requests that are not permitted for guest users. Bypassing these requests results only in less detailed device info.
This commit is contained in:
parent
b3d826f2e2
commit
99ee2bd0a3
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "MELCloud",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/melcloud",
|
||||
"requirements": ["pymelcloud==2.5.2"],
|
||||
"requirements": ["pymelcloud==2.5.3"],
|
||||
"codeowners": ["@vilppuvuorinen"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -1557,7 +1557,7 @@ pymazda==0.1.6
|
|||
pymediaroom==0.6.4.1
|
||||
|
||||
# homeassistant.components.melcloud
|
||||
pymelcloud==2.5.2
|
||||
pymelcloud==2.5.3
|
||||
|
||||
# homeassistant.components.meteoclimatic
|
||||
pymeteoclimatic==0.0.6
|
||||
|
|
|
@ -868,7 +868,7 @@ pymata-express==1.19
|
|||
pymazda==0.1.6
|
||||
|
||||
# homeassistant.components.melcloud
|
||||
pymelcloud==2.5.2
|
||||
pymelcloud==2.5.3
|
||||
|
||||
# homeassistant.components.meteoclimatic
|
||||
pymeteoclimatic==0.0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue