Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump total-connect-client version #10769

Merged
merged 1 commit into from Nov 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -16,7 +16,7 @@
STATE_ALARM_ARMED_HOME, STATE_ALARM_ARMED_NIGHT, STATE_ALARM_DISARMED,
STATE_ALARM_ARMING, STATE_ALARM_DISARMING, STATE_UNKNOWN, CONF_NAME)

REQUIREMENTS = ['total_connect_client==0.13']
REQUIREMENTS = ['total_connect_client==0.16']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1082,7 +1082,7 @@ todoist-python==7.0.17
toonlib==1.0.2

# homeassistant.components.alarm_control_panel.totalconnect
total_connect_client==0.13
total_connect_client==0.16

# homeassistant.components.sensor.transmission
# homeassistant.components.switch.transmission
Expand Down