Files
core/homeassistant/components/melcloud/manifest.json
T
Vilppu Vuorinen 4a9f4f585d 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.
2020-04-04 13:56:48 +02:00

9 lines
224 B
JSON

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