Fix grammar in ibeacon comments (#82718)

* Fix grammar in ibeacon comments

* Update homeassistant/components/ibeacon/coordinator.py
This commit is contained in:
J. Nick Koston 2022-11-25 11:34:36 -10:00 committed by GitHub
parent e9a9ab9025
commit 1c9b068331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.