[bm8563] Add bm8563 component (#11616)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
10
tests/components/bm8563/common.yaml
Normal file
10
tests/components/bm8563/common.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
- bm8563.read_time
|
||||
- bm8563.write_time
|
||||
- bm8563.start_timer:
|
||||
duration: 300s
|
||||
|
||||
time:
|
||||
- platform: bm8563
|
||||
i2c_id: i2c_bus
|
||||
4
tests/components/bm8563/test.esp32-ard.yaml
Normal file
4
tests/components/bm8563/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
4
tests/components/bm8563/test.esp32-idf.yaml
Normal file
4
tests/components/bm8563/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
4
tests/components/bm8563/test.esp8266-ard.yaml
Normal file
4
tests/components/bm8563/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
4
tests/components/bm8563/test.rp2040-ard.yaml
Normal file
4
tests/components/bm8563/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user