esphome/esphome
cptskippy dd81f9a835 =========================================================
Your formatting is not correct, ESPHome uses clang-format to format
all source files in a unified way. Please apply the changes listed below

The following files need to be changed:
  esphome/components/ld2415h/ld2415h.h

=========================================================

diff --git a/esphome/components/ld2415h/ld2415h.h b/esphome/components/ld2415h/ld2415h.h
index 8f5a42f..87a7f65 100644
--- a/esphome/components/ld2415h/ld2415h.h
+++ b/esphome/components/ld2415h/ld2415h.h
@@ -134,7 +134,7 @@ class LD2415HComponent : public Component, public uart::UARTDevice {
   const char *tracking_mode_to_s_(TrackingMode value);
   const char *unit_of_measure_to_s_(UnitOfMeasure value);
   const char *negotiation_mode_to_s_(NegotiationMode value);
-  const char *i_to_s(const std::map<std::string, uint8_t> &map, uint8_t i);
+  const char *i_to_s_(const std::map<std::string, uint8_t> &map, uint8_t i);

   std::vector<LD2415HListener *> listeners_{};
 };
2024-05-31 23:59:44 +00:00
..
components ========================================================= 2024-05-31 23:59:44 +00:00
core [core] Const-ify some Component fields (#6831) 2024-05-30 02:59:15 -05:00
dashboard Fix DashboardEntries.all() call (#6783) 2024-05-20 11:52:24 +00:00
__init__.py
__main__.py Fix Upload from Dashboard with MQTT discovery. (#6774) 2024-05-19 20:33:20 +00:00
automation.py Extract core comments from #6241 (#6643) 2024-04-26 21:41:43 +10:00
codegen.py
config.py [config] Improve error reporting (#6736) 2024-05-14 21:31:03 +12:00
config_helpers.py [core] Fix some extends cases (#6748) 2024-05-16 14:11:54 +12:00
config_validation.py Add new Error type to skip prepending path (#6716) 2024-05-10 10:57:47 +12:00
const.py Merge branch 'esphome:dev' into ld2415h 2024-05-31 14:56:08 -07:00
coroutine.py
cpp_generator.py Typing hint and doc fixes (#6729) 2024-05-13 15:21:02 +12:00
cpp_helpers.py Uncouple safe_mode from OTA (#6759) 2024-05-22 13:08:53 +12:00
cpp_types.py
espota2.py
external_files.py download font from url on build (#5254) 2024-03-13 12:07:40 +13:00
final_validate.py Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00
git.py minor refactor to allow commit hash as ref value. (#6446) 2024-04-02 15:32:40 +13:00
helpers.py Enable networking and some other components on host platform (#6114) 2024-01-19 10:10:23 +09:00
loader.py Bump pylint from 3.0.3 to 3.1.0 (#6287) 2024-04-16 10:59:44 +12:00
log.py
mqtt.py fix streaming logs from MQTT for ESP32 devices using TLS (#6605) 2024-04-23 09:48:29 +12:00
pins.py Skip gpio validation (#5615) 2024-05-16 11:49:04 +12:00
platformio_api.py Fix outdated filter string in platformio_api (#4587) 2023-03-19 19:11:18 +00:00
schema_extractors.py
storage_json.py
types.py
util.py
voluptuous_schema.py
vscode.py Fix editor live validation (#6431) 2024-03-26 20:24:58 +13:00
wizard.py add rp2040 support to the wizard (#6239) 2024-05-20 12:42:30 +12:00
writer.py
yaml_util.py allow defaults with no include vars (#6613) 2024-04-23 18:43:11 +12:00
zeroconf.py