Docs for ble name (#4477)

This commit is contained in:
Jesse Hills 2024-12-03 18:38:51 +13:00 committed by GitHub
parent 708bc8d543
commit 5526e879f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ can run.
.. warning::
The BLE software stack on the ESP32 consumes a significant amount of RAM on the device.
**Crashes are likely to occur** if you include too many additional components in your device's
configuration. Memory-intensive components such as :doc:`/components/voice_assistant` and other
audio components are most likely to cause issues.
@ -36,6 +36,11 @@ Configuration variables:
- **enable_on_boot** (*Optional*, boolean): If enabled, the BLE interface will be enabled on boot. Defaults to ``true``.
- **name** (*Optional*, string): The name of the BLE device.
- Defaults to the hostname of the device.
- Must be 20 characters or less.
- Must be 13 characters or less when using ``name_add_mac_suffix: true`` - :ref:`esphome-mac_suffix`.
``ble.disable`` Action
-----------------------