From 5bb72597a5f2d0ad11c99b1d4adc823ea05096cd Mon Sep 17 00:00:00 2001 From: GK <57137862+GrKoR@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:38:10 +0300 Subject: [PATCH] Update aux_ac_custom_component.h --- aux_ac_custom_component.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aux_ac_custom_component.h b/aux_ac_custom_component.h index 5a30104..680d099 100644 --- a/aux_ac_custom_component.h +++ b/aux_ac_custom_component.h @@ -1,3 +1,7 @@ +// Custom ESPHome component for AUX-based air conditioners +// Need some soldering skills +// Detailed connection instruction is available on github: https://github.com/GrKoR/esphome_aux_ac_component + #include "esphome.h" #include @@ -2215,4 +2219,4 @@ class AirConFirmwareVersion: public PollingComponent, public TextSensor { void update() override { publish_state(AC_ROVEX_FIRMWARE_VERSION); } -}; \ No newline at end of file +};