Upgraded Amcrest module to 1.1.9 to support new firmware versions: (#7130)

- V2.400.AC01.15.R.20170328
    - V2.420.AC00.17.R.20170322
This commit is contained in:
Marcelo Moreira de Mello 2017-04-16 03:05:15 -04:00 committed by Fabian Affolter
parent 6cbe28a9cd
commit 9249b6bc33
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import homeassistant.loader as loader
from requests.exceptions import HTTPError, ConnectTimeout
REQUIREMENTS = ['amcrest==1.1.8']
REQUIREMENTS = ['amcrest==1.1.9']
_LOGGER = logging.getLogger(__name__)