Update HAP-python to 2.5.0 (#23031)
parent
6c51592e34
commit
3d441dffad
|
@ -26,7 +26,7 @@ from .const import (
|
|||
from .util import (
|
||||
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__)
|
||||
|
||||
|
|
|
@ -110,8 +110,8 @@ CHAR_MODEL = 'Model'
|
|||
CHAR_MOTION_DETECTED = 'MotionDetected'
|
||||
CHAR_NAME = 'Name'
|
||||
CHAR_OCCUPANCY_DETECTED = 'OccupancyDetected'
|
||||
CHAR_OUTLET_IN_USE = 'OutletInUse'
|
||||
CHAR_ON = 'On'
|
||||
CHAR_OUTLET_IN_USE = 'OutletInUse'
|
||||
CHAR_POSITION_STATE = 'PositionState'
|
||||
CHAR_ROTATION_DIRECTION = 'RotationDirection'
|
||||
CHAR_ROTATION_SPEED = 'RotationSpeed'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Homekit",
|
||||
"documentation": "https://www.home-assistant.io/components/homekit",
|
||||
"requirements": [
|
||||
"HAP-python==2.4.2"
|
||||
"HAP-python==2.5.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -33,7 +33,7 @@ Adafruit-SHT31==1.0.2
|
|||
# Adafruit_BBIO==1.0.0
|
||||
|
||||
# homeassistant.components.homekit
|
||||
HAP-python==2.4.2
|
||||
HAP-python==2.5.0
|
||||
|
||||
# homeassistant.components.mastodon
|
||||
Mastodon.py==1.3.1
|
||||
|
|
|
@ -20,7 +20,7 @@ requests_mock==1.5.2
|
|||
|
||||
|
||||
# homeassistant.components.homekit
|
||||
HAP-python==2.4.2
|
||||
HAP-python==2.5.0
|
||||
|
||||
# homeassistant.components.mobile_app
|
||||
# homeassistant.components.owntracks
|
||||
|
|
Loading…
Reference in New Issue