mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Should require the 'GATTOOL' setup extras which includes pexpect. (#20263)
* Should require the 'GATTOOL' setup extras which includes pexpect. * Also fix skybeacon's requirement and requirements_all.
This commit is contained in:
parent
91ef78adc5
commit
5b25188474
@ -15,7 +15,7 @@ import homeassistant.util.dt as dt_util
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['pygatt==3.2.0']
|
REQUIREMENTS = ['pygatt[GATTTOOL]==3.2.0']
|
||||||
|
|
||||||
BLE_PREFIX = 'BLE_'
|
BLE_PREFIX = 'BLE_'
|
||||||
MIN_SEEN_NEW = 5
|
MIN_SEEN_NEW = 5
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pygatt==3.2.0']
|
REQUIREMENTS = ['pygatt[GATTTOOL]==3.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1013,7 +1013,7 @@ pyfttt==0.3
|
|||||||
|
|
||||||
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
||||||
# homeassistant.components.sensor.skybeacon
|
# homeassistant.components.sensor.skybeacon
|
||||||
pygatt==3.2.0
|
pygatt[GATTTOOL]==3.2.0
|
||||||
|
|
||||||
# homeassistant.components.cover.gogogate2
|
# homeassistant.components.cover.gogogate2
|
||||||
pygogogate2==0.1.1
|
pygogogate2==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user