mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-13 16:13:32 +02:00
fix climate-ir bad merge (#935)
* fix climate-ir bad merge * add mitshubishi test
This commit is contained in:
committed by
GitHub
parent
828e291538
commit
420c860424
@@ -63,9 +63,6 @@ class ClimateIR : public climate::Climate, public Component, public remote_base:
|
||||
|
||||
remote_transmitter::RemoteTransmitterComponent *transmitter_;
|
||||
sensor::Sensor *sensor_{nullptr};
|
||||
|
||||
/// Handle received IR Buffer, so it is optional to implement
|
||||
bool on_receive(remote_base::RemoteReceiveData data) override;
|
||||
};
|
||||
|
||||
} // namespace climate_ir
|
||||
|
||||
Reference in New Issue
Block a user