From 3c1eb97f1b8dc40df40f4a273f19494999805c35 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Tue, 2 Nov 2021 20:49:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=81=D1=82=D0=BE=D0=B8=D1=82=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=81?= =?UTF-8?q?=D1=82=D1=80=D1=83=D0=BA=D1=82=D0=BE=D1=80=20=D0=BA=D0=BB=D0=B0?= =?UTF-8?q?=D1=81=D1=81=D0=B0=20Fixes=20#16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/aux_ac/aux_ac.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/aux_ac/aux_ac.h b/components/aux_ac/aux_ac.h index fd1c295..713d4d1 100644 --- a/components/aux_ac/aux_ac.h +++ b/components/aux_ac/aux_ac.h @@ -1557,10 +1557,6 @@ class AirCon : public esphome::Component, public esphome::climate::Climate { //esphome::sensor::Sensor *sensor_outdoor_temperature = new esphome::sensor::Sensor(); public: - AirCon(){ initAC(); }; - - AirCon(esphome::uart::UARTComponent *parent) { initAC(parent); }; - // инициализация объекта void initAC(esphome::uart::UARTComponent *parent = nullptr){ _dataMillis = millis();