diff --git a/custom_components/bluecon/manifest.json b/custom_components/bluecon/manifest.json index 3554f46..750ba2e 100644 --- a/custom_components/bluecon/manifest.json +++ b/custom_components/bluecon/manifest.json @@ -1,10 +1,10 @@ { "domain": "bluecon", "name": "Fermax Blue", - "version": "0.6.5", + "version": "0.6.7", "documentation": "https://hass-bluecon.afonsogarcia.dev/", "issue_tracker": "https://github.com/AfonsoFGarcia/hass-bluecon/issues", - "requirements": ["bluecon==0.4.2", "aiohttp", "aiohttp", "rustPlusPushReceiver", "python-dateutil"], + "requirements": ["bluecon==0.4.3", "aiohttp", "aiohttp", "rustPlusPushReceiver", "python-dateutil"], "codeowners": ["@AfonsoFGarcia"], "config_flow": true, "integration_type": "hub",