Add docstring, remove trace.
parent
80d2f35cc5
commit
09ef2e1b8c
|
@ -137,8 +137,8 @@ def setup_scanner(hass, config, see):
|
||||||
return
|
return
|
||||||
|
|
||||||
def see_beacons(dev_id, kwargs):
|
def see_beacons(dev_id, kwargs):
|
||||||
# Live beacons should be set to the same location
|
""" Set active beacons to the current location """
|
||||||
_LOGGER.info(MOBILE_BEACONS_ACTIVE)
|
|
||||||
for beacon in MOBILE_BEACONS_ACTIVE[dev_id]:
|
for beacon in MOBILE_BEACONS_ACTIVE[dev_id]:
|
||||||
kwargs['dev_id'] = beacon
|
kwargs['dev_id'] = beacon
|
||||||
kwargs['host_name'] = BEACON_DEV_ID
|
kwargs['host_name'] = BEACON_DEV_ID
|
||||||
|
|
Loading…
Reference in New Issue