From aa87ccf6c9188fd4853f6a80d9500ce7a4cd8fe8 Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Sat, 4 Feb 2023 07:58:01 +0000 Subject: [PATCH] 1.1.7 changes --- CHANGELOG.md | 6 ++++++ custom_components/securityspy/manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6336e..6adc24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for SecuritySpy Home Assistant Integration +## Version 1.1.7 + +Release date: 2023-02-04 + +- `FIXED`: Issue [#47](https://github.com/briis/securityspy/issues/47) Detected integration that called async_setup_platforms. This call has now been replaced by the proper new function. + ## Version 1.1.6 Release date: 2023-01-04 diff --git a/custom_components/securityspy/manifest.json b/custom_components/securityspy/manifest.json index 5e67962..f843801 100644 --- a/custom_components/securityspy/manifest.json +++ b/custom_components/securityspy/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/briis/securityspy/issues", "config_flow": true, "dependencies": [], - "version": "1.1.6", + "version": "1.1.7", "codeowners": [ "@briis" ],