Bump Totalconnect (#17418)

* Update totalconnect.py

* Update requirements_all.txt
This commit is contained in:
333ryan18 2018-10-14 03:25:24 -04:00 committed by Fabian Affolter
parent 6a8eb8d0a1
commit a302112879
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.const import (
STATE_ALARM_ARMED_CUSTOM_BYPASS)
REQUIREMENTS = ['total_connect_client==0.18']
REQUIREMENTS = ['total_connect_client==0.20']
_LOGGER = logging.getLogger(__name__)