Fix alarmdotcom requirement 0.0.7 removed
Looks like alarmdotcom just released 0.1.1 and deleted 0.0.7 which is breaking our build.
This commit is contained in:
parent
966b83f648
commit
96dde18ae3
2 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
REQUIREMENTS = ['https://github.com/Xorso/pyalarmdotcom'
|
||||
'/archive/0.0.7.zip'
|
||||
'#pyalarmdotcom==0.0.7']
|
||||
'/archive/0.1.1.zip'
|
||||
'#pyalarmdotcom==0.1.1']
|
||||
DEFAULT_NAME = 'Alarm.com'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue