diff --git a/custom_components/multimatic/manifest.json b/custom_components/multimatic/manifest.json index c0dfe9f..a84864f 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -5,13 +5,14 @@ "documentation": "https://github.com/thomasgermain/vaillant-component", "issue_tracker": "https://github.com/thomasgermain/vaillant-component/issues", "requirements": [ - "pymultimatic==0.6.12" + "pymultimatic==0.7.0b2" ], "ssdp": [], "zeroconf": [], "homekit": {}, "dependencies": [], "codeowners": ["@thomasgermain"], - "version": "1.13.0", - "iot_class": "cloud_polling" + "version": "1.14.0b1", + "iot_class": "cloud_polling", + "integration_type": "hub" }