mirror of
https://github.com/esphome/esphome.git
synced 2025-11-15 14:25:45 +00:00
fix
This commit is contained in:
@@ -62,6 +62,7 @@ void RX8130Component::update() { this->read_time(); }
|
|||||||
void RX8130Component::dump_config() {
|
void RX8130Component::dump_config() {
|
||||||
ESP_LOGCONFIG(TAG, "RX8130:");
|
ESP_LOGCONFIG(TAG, "RX8130:");
|
||||||
LOG_I2C_DEVICE(this);
|
LOG_I2C_DEVICE(this);
|
||||||
|
RealTimeClock::dump_config();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RX8130Component::read_time() {
|
void RX8130Component::read_time() {
|
||||||
|
|||||||
4
tests/components/rx8130/test.nrf52-adafruit.yaml
Normal file
4
tests/components/rx8130/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
packages:
|
||||||
|
i2c: !include ../../test_build_components/common/i2c/nrf52.yaml
|
||||||
|
|
||||||
|
<<: !include common.yaml
|
||||||
Reference in New Issue
Block a user