diff --git a/components/kqm6600ta/kqm6600ta.cpp b/components/kqm6600ta/kqm6600ta.cpp index 8e6d8f0..ad3b7ec 100644 --- a/components/kqm6600ta/kqm6600ta.cpp +++ b/components/kqm6600ta/kqm6600ta.cpp @@ -21,6 +21,11 @@ namespace esphome return sum; } + void KQM6600TAComponent::setup() + { + + } + void KQM6600TAComponent::update() { uint8_t response[KQM6600TA_RESPONSE_LENGTH];