Update HAP-python 2.4.1 (#18417)

* Bugfixes
This commit is contained in:
cdce8p 2018-11-16 11:42:48 +01:00 committed by GitHub
parent ed7aea006a
commit 0ca94f239d
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.0']
REQUIREMENTS = ['HAP-python==2.4.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -32,7 +32,7 @@ Adafruit-SHT31==1.0.2
# Adafruit_BBIO==1.0.0
# homeassistant.components.homekit
HAP-python==2.4.0
HAP-python==2.4.1
# 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.0
HAP-python==2.4.1
# homeassistant.components.sensor.rmvtransport
PyRMVtransport==0.1.3