Skip to content

Commit

Permalink
Rest API 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
And3rsL committed Jan 14, 2022
1 parent 93968cf commit fd27eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/visonicalarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['visonicalarm2==3.1.0', 'python-dateutil==2.7.3']
REQUIREMENTS = ['visonicalarm2==3.1.2', 'python-dateutil==2.7.3']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/visonicalarm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/And3rsL/VisonicAlarm-for-Hassio",
"version": "v3.0.2",
"requirements": [
"visonicalarm2==3.1.0",
"visonicalarm2==3.1.2",
"python-dateutil==2.7.3"
],
"dependencies": [],
Expand Down

0 comments on commit fd27eba

Please sign in to comment.