mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-09 04:56:59 +03:00
Update aux_ac_custom_component.h
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user