Fix duplicated "on_ble" in on_ble_service_data_advertise heading (#927)

This commit is contained in:
Ville Skyttä 2021-01-11 18:47:21 +02:00 committed by GitHub
parent 2e966f1c48
commit 2c9e6588a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,8 +159,8 @@ Configuration variables:
.. _esp32_ble_tracker-on_ble_service_data_advertise:
``on_ble_on_ble_service_data_advertise``
****************************************
``on_ble_service_data_advertise``
*********************************
This automation will be triggered when a Bluetooth advertising with service data is received. A
variable ``x`` of type ``std::vector<uint8_t>`` is passed to the automation for use in lambdas.