diff --git a/custom_components/myhome/manifest.json b/custom_components/myhome/manifest.json index 49d2e23..f5338c2 100644 --- a/custom_components/myhome/manifest.json +++ b/custom_components/myhome/manifest.json @@ -1,7 +1,7 @@ { "domain": "myhome", "name": "MyHOME", - "version": "0.8.5", + "version": "0.8.6", "config_flow": true, "documentation": "https://github.com/anotherjulien/MyHOME", "issue_tracker": "https://github.com/anotherjulien/MyHOME/issues", diff --git a/hacs.json b/hacs.json index 5bd6b13..502e5cd 100644 --- a/hacs.json +++ b/hacs.json @@ -4,5 +4,5 @@ "filename": "myhome.zip", "render_readme": true, "country": ["EN", "FR", "NL", "IT"], - "homeassistant": "2022.6.0" + "homeassistant": "2022.8.0" }