Skip to content

Commit

Permalink
Merge pull request #91 from natekspencer/dev
Browse files Browse the repository at this point in the history
Release version 2023.3.1
  • Loading branch information
natekspencer authored Mar 9, 2023
2 parents 21b95d9 + 81593ef commit 5a12dbe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions custom_components/vivint/manifest.json
Original file line number Diff line number Diff line change
@@ -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."]
}

0 comments on commit 5a12dbe

Please sign in to comment.