From 47c74b107565fcf4ee56e6482fb1d9eceebe4684 Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Wed, 8 Mar 2023 18:28:29 -0700 Subject: [PATCH 1/2] Release version 2023.3.1 --- custom_components/vivint/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/vivint/manifest.json b/custom_components/vivint/manifest.json index 36eee5f..d232a4c 100644 --- a/custom_components/vivint/manifest.json +++ b/custom_components/vivint/manifest.json @@ -1,13 +1,13 @@ { "domain": "vivint", "name": "Vivint", - "integration_type": "hub", - "version": "2023.3.0", + "codeowners": ["@natekspencer"], "config_flow": true, + "dependencies": ["ffmpeg"], "documentation": "https://github.com/natekspencer/hacs-vivint", + "integration_type": "hub", "issue_tracker": "https://github.com/natekspencer/hacs-vivint/issues", "requirements": ["vivintpy==2023.2.0"], - "dependencies": ["ffmpeg"], - "codeowners": ["@natekspencer"], + "version": "2023.3.1", "zeroconf": ["_vivint-ODC300._tcp.local.", "_vivint-DBC350._tcp.local."] } From 81593ef3420d8cb33fabd09c7670daab89b94871 Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Wed, 8 Mar 2023 18:31:44 -0700 Subject: [PATCH 2/2] Add iot_class and loggers to manifest --- custom_components/vivint/manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/vivint/manifest.json b/custom_components/vivint/manifest.json index d232a4c..6ef9744 100644 --- a/custom_components/vivint/manifest.json +++ b/custom_components/vivint/manifest.json @@ -6,7 +6,9 @@ "dependencies": ["ffmpeg"], "documentation": "https://github.com/natekspencer/hacs-vivint", "integration_type": "hub", + "iot_class": "cloud_push", "issue_tracker": "https://github.com/natekspencer/hacs-vivint/issues", + "loggers": ["vivintpy"], "requirements": ["vivintpy==2023.2.0"], "version": "2023.3.1", "zeroconf": ["_vivint-ODC300._tcp.local.", "_vivint-DBC350._tcp.local."]