diff --git a/custom_components/vivint/manifest.json b/custom_components/vivint/manifest.json index 36eee5f..6ef9744 100644 --- a/custom_components/vivint/manifest.json +++ b/custom_components/vivint/manifest.json @@ -1,13 +1,15 @@ { "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", + "iot_class": "cloud_push", "issue_tracker": "https://github.com/natekspencer/hacs-vivint/issues", + "loggers": ["vivintpy"], "requirements": ["vivintpy==2023.2.0"], - "dependencies": ["ffmpeg"], - "codeowners": ["@natekspencer"], + "version": "2023.3.1", "zeroconf": ["_vivint-ODC300._tcp.local.", "_vivint-DBC350._tcp.local."] }