Commit Graph

10 Commits

Author SHA1 Message Date
Clyde Stubbs 830575fdc0
Ble client additions. (#3138)
* Add ble_client actions

* Fix heading length

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-12-29 01:38:14 -06:00
Keith Burzinski f256fda25e
Add resource warnings to BLE, voice and audio component docs (#3298) 2023-10-27 11:29:59 +13:00
Mat931 4d8e238f20
Add support for BLE passkey authentication (#2607) 2023-05-02 09:25:15 +12:00
Guillermo Ruffino 7bc94261cb
schema-202208 (#2243) 2022-08-31 13:55:05 +12:00
rbaron 29aa91452b
Docs for templated ble_client.write_action (#2225) 2022-08-16 14:47:50 +12:00
rbaron 826b06dce0
Adds docs for the new ble_client.ble_write Action (#2024)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-08 13:00:00 +12:00
Jesse Hills 66cfa9ffaf
Merge branch 'current' into next 2021-06-09 17:23:04 +12:00
Albin Kauffmann c1c675d51a
Fix ble_client YAML syntax (#1196)
This patch fixes YAML indentation.
Adding 2 spaces before the C++ code avoids to get the following error:

ERROR Error while reading config: Invalid YAML syntax:

while scanning a simple key
  in "/config/esphome/HOSTNAME.yaml", line 31, column 11:
              ESP_LOGD("ble_client_lambda", "C ... 
              ^
could not find expected ':'
  in "/config/esphome/HOSTNAME.yaml", line 32, column 5:
        on_disconnect:
        ^
2021-05-25 10:27:07 +02:00
Guillermo Ruffino d8646a5f7e
format-fixes (#1169)
* Update bh1750 docs

* format fixes

* more format fixes

Co-authored-by: Yuval Aboulafia <yuval.abou@gmail.com>
2021-05-14 20:31:31 -03:00
buxtronix 27d19d4207
Ble client docs (#702)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-05-03 11:11:02 +12:00