1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

bump total_connect_client to 0.24 (#22166)

This commit is contained in:
uchagani
2019-03-19 03:51:42 -04:00
committed by Jason Hu
parent 12df14b87b
commit 188293770e
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.22']
REQUIREMENTS = ['total_connect_client==0.24']
_LOGGER = logging.getLogger(__name__)