Updated beacontools to 1.2.3 (#13792)
This commit is contained in:
parent
5ac52b74e0
commit
c8a464d8f9
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, TEMP_CELSIUS, STATE_UNKNOWN, EVENT_HOMEASSISTANT_STOP,
|
||||
EVENT_HOMEASSISTANT_START)
|
||||
|
||||
REQUIREMENTS = ['beacontools[scan]==1.2.1', 'construct==2.9.41']
|
||||
REQUIREMENTS = ['beacontools[scan]==1.2.3', 'construct==2.9.41']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ basicmodem==0.7
|
|||
batinfo==0.4.2
|
||||
|
||||
# homeassistant.components.sensor.eddystone_temperature
|
||||
# beacontools[scan]==1.2.1
|
||||
# beacontools[scan]==1.2.3
|
||||
|
||||
# homeassistant.components.device_tracker.linksys_ap
|
||||
# homeassistant.components.sensor.geizhals
|
||||
|
|
Loading…
Add table
Reference in a new issue