Update pymelcloud to fix broken area device search (#33620)

Devices assigned to areas in MELCloud were not available through the
integration due to client lib bug.
This commit is contained in:
Vilppu Vuorinen 2020-04-04 14:56:48 +03:00 committed by GitHub
parent 0d05bd309a
commit 4a9f4f585d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
"name": "MELCloud",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/melcloud",
"requirements": ["pymelcloud==2.4.0"],
"requirements": ["pymelcloud==2.4.1"],
"codeowners": ["@vilppuvuorinen"]
}

View File

@ -1389,7 +1389,7 @@ pymailgunner==1.4
pymediaroom==0.6.4
# homeassistant.components.melcloud
pymelcloud==2.4.0
pymelcloud==2.4.1
# homeassistant.components.somfy
pymfy==0.7.1

View File

@ -539,7 +539,7 @@ pylitejet==0.1
pymailgunner==1.4
# homeassistant.components.melcloud
pymelcloud==2.4.0
pymelcloud==2.4.1
# homeassistant.components.somfy
pymfy==0.7.1