diff --git a/esphome/components/vornado_ir/vornado_ir.cpp b/esphome/components/vornado_ir/vornado_ir.cpp index de60e2c713..2ef29fefa7 100644 --- a/esphome/components/vornado_ir/vornado_ir.cpp +++ b/esphome/components/vornado_ir/vornado_ir.cpp @@ -21,13 +21,6 @@ void VornadoIR::send_power_toggle() { this->transmit_(TOTO_IR_THIRD_POWER_TIMINGS); } -void VornadoIR::send_power_toggle() { - ESP_LOGI(TAG, "Sending power toggle request"); - this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS); - this->transmit_(TOTO_IR_SECOND_POWER_TIMINGS); - this->transmit_(TOTO_IR_THIRD_POWER_TIMINGS); -} - void VornadoIR::send_change_direction() { ESP_LOGI(TAG, "Sending change direction request"); this->transmit_(TOTO_IR_FIRST_POWER_TIMINGS);