mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 10:35:51 +01:00
fixed log_sensor
This commit is contained in:
parent
1025425803
commit
b5c17f30e6
@ -68,7 +68,7 @@ void APDS9306::setup() {
|
||||
}
|
||||
|
||||
void APDS9306::dump_config() {
|
||||
LOG_SENSOR("", TAG, this);
|
||||
LOG_SENSOR("", "apds9306", this);
|
||||
LOG_I2C_DEVICE(this);
|
||||
|
||||
if (this->is_failed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user