Update aux_ac_custom_component.h

This commit is contained in:
GK
2021-04-23 13:38:10 +03:00
committed by GitHub
parent 343a0360b8
commit 5bb72597a5

View File

@@ -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 <stdarg.h>
@@ -2215,4 +2219,4 @@ class AirConFirmwareVersion: public PollingComponent, public TextSensor {
void update() override {
publish_state(AC_ROVEX_FIRMWARE_VERSION);
}
};
};