Commit Graph

2 Commits

Author SHA1 Message Date
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
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