fix missing setup

This commit is contained in:
2024-12-07 18:14:45 +01:00
parent ad6b2ff830
commit 2692c44a02

View File

@@ -21,6 +21,11 @@ namespace esphome
return sum;
}
void KQM6600TAComponent::setup()
{
}
void KQM6600TAComponent::update()
{
uint8_t response[KQM6600TA_RESPONSE_LENGTH];