Update HAP-python to 2.4.2 (#19776)

* Bugfixes for connection issues
This commit is contained in:
cdce8p 2019-01-04 22:37:42 +01:00 committed by GitHub
parent a1cb4018a1
commit bf29824dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ from .const import (
from .util import (
show_setup_message, validate_entity_config, validate_media_player_features)
REQUIREMENTS = ['HAP-python==2.4.1']
REQUIREMENTS = ['HAP-python==2.4.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -33,7 +33,7 @@ Adafruit-SHT31==1.0.2
# Adafruit_BBIO==1.0.0
# homeassistant.components.homekit
HAP-python==2.4.1
HAP-python==2.4.2
# homeassistant.components.notify.mastodon
Mastodon.py==1.3.1

View File

@ -19,7 +19,7 @@ requests_mock==1.5.2
# homeassistant.components.homekit
HAP-python==2.4.1
HAP-python==2.4.2
# homeassistant.components.sensor.rmvtransport
PyRMVtransport==0.1.3