mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Merge pull request #18879 from ludeeus/multiple-googlehome
Fix stability issues with multiple googlehome units
This commit is contained in:
commit
2c36f4411e
@ -14,7 +14,7 @@ from homeassistant.components.device_tracker import (
|
||||
DOMAIN, PLATFORM_SCHEMA, DeviceScanner)
|
||||
from homeassistant.const import CONF_HOST
|
||||
|
||||
REQUIREMENTS = ['ghlocalapi==0.1.0']
|
||||
REQUIREMENTS = ['ghlocalapi==0.3.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
@ -89,4 +89,5 @@ class GoogleHomeDeviceScanner(DeviceScanner):
|
||||
devices[uuid]['btle_mac_address'] = device['mac_address']
|
||||
devices[uuid]['ghname'] = ghname
|
||||
devices[uuid]['source_type'] = 'bluetooth'
|
||||
await self.scanner.clear_scan_result()
|
||||
self.last_results = devices
|
||||
|
@ -426,7 +426,7 @@ geojson_client==0.3
|
||||
georss_client==0.4
|
||||
|
||||
# homeassistant.components.device_tracker.googlehome
|
||||
ghlocalapi==0.1.0
|
||||
ghlocalapi==0.3.5
|
||||
|
||||
# homeassistant.components.sensor.gitter
|
||||
gitterpy==0.1.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user