mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix grammar in ibeacon comments (#82718)
* Fix grammar in ibeacon comments * Update homeassistant/components/ibeacon/coordinator.py
This commit is contained in:
parent
e9a9ab9025
commit
1c9b068331
@ -355,8 +355,8 @@ class IBeaconCoordinator:
|
||||
if group_id not in self._unavailable_group_ids
|
||||
and (service_info := self._last_seen_by_group_id.get(group_id))
|
||||
and (
|
||||
# We will not be callbacks for iBeacons with random macs
|
||||
# that rotate infrequently since their advertisement data is
|
||||
# We will not get callbacks for iBeacons with random macs
|
||||
# that rotate infrequently since their advertisement data
|
||||
# does not change as the bluetooth.async_register_callback API
|
||||
# suppresses callbacks for duplicate advertisements to avoid
|
||||
# exposing integrations to the firehose of bluetooth advertisements.
|
||||
|
Loading…
x
Reference in New Issue
Block a user