From 4962cdb3d096e416b49dce51755e188f4d999012 Mon Sep 17 00:00:00 2001 From: anotherjulien Date: Sun, 11 Sep 2022 10:49:02 +0200 Subject: [PATCH] version number bump --- custom_components/myhome/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }