Update esp32_ble_tracker.rst - typo (#3395)

This commit is contained in:
Alexis Iglauer 2023-11-20 10:58:06 +01:00 committed by GitHub
parent 8e3d6ebf6c
commit a38ead362b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Configuration variables:
``on_ble_manufacturer_data_advertise`` Trigger
************************************************
This automation will be triggered when a Bluetooth advertising with manufcaturer data is received. A
This automation will be triggered when a Bluetooth advertising with manufacturer data is received. A
variable ``x`` of type ``std::vector<uint8_t>`` is passed to the automation for use in lambdas.
.. code-block:: yaml