Update HAP-python to 2.5.0 (#23031)

pull/23046/head
Austin Drummond 2019-04-12 07:26:52 -04:00 committed by cdce8p
parent 6c51592e34
commit 3d441dffad
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -110,8 +110,8 @@ CHAR_MODEL = 'Model'
CHAR_MOTION_DETECTED = 'MotionDetected' CHAR_MOTION_DETECTED = 'MotionDetected'
CHAR_NAME = 'Name' CHAR_NAME = 'Name'
CHAR_OCCUPANCY_DETECTED = 'OccupancyDetected' CHAR_OCCUPANCY_DETECTED = 'OccupancyDetected'
CHAR_OUTLET_IN_USE = 'OutletInUse'
CHAR_ON = 'On' CHAR_ON = 'On'
CHAR_OUTLET_IN_USE = 'OutletInUse'
CHAR_POSITION_STATE = 'PositionState' CHAR_POSITION_STATE = 'PositionState'
CHAR_ROTATION_DIRECTION = 'RotationDirection' CHAR_ROTATION_DIRECTION = 'RotationDirection'
CHAR_ROTATION_SPEED = 'RotationSpeed' CHAR_ROTATION_SPEED = 'RotationSpeed'

View File

@ -3,7 +3,7 @@
"name": "Homekit", "name": "Homekit",
"documentation": "https://www.home-assistant.io/components/homekit", "documentation": "https://www.home-assistant.io/components/homekit",
"requirements": [ "requirements": [
"HAP-python==2.4.2" "HAP-python==2.5.0"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [ "codeowners": [

View File

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

View File

@ -20,7 +20,7 @@ requests_mock==1.5.2
# homeassistant.components.homekit # homeassistant.components.homekit
HAP-python==2.4.2 HAP-python==2.5.0
# homeassistant.components.mobile_app # homeassistant.components.mobile_app
# homeassistant.components.owntracks # homeassistant.components.owntracks