mirror of
https://github.com/esphome/esphome.git
synced 2025-01-22 04:15:58 +01:00
Trying to fix test error for CustomAPIDevice
This commit is contained in:
parent
6f4fb305c8
commit
59499d1970
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ enum PeriodicDataValue : uint8_t { HEAD = 0XAA, END = 0x55, CHECK = 0x00 };
|
|||
|
||||
enum AckDataStructure : uint8_t { COMMAND = 6, COMMAND_STATUS = 7 };
|
||||
|
||||
class LD2450Component : public Component, public api::CustomAPIDevice, public uart::UARTDevice {
|
||||
class LD2450Component : public Component, public uart::UARTDevice, public esphome::api::CustomAPIDevice {
|
||||
#ifdef USE_SENSOR
|
||||
SUB_SENSOR(target_count)
|
||||
SUB_SENSOR(still_target_count)
|
||||
|
|
Loading…
Reference in a new issue