mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-16 16:37:06 +03:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user