mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
Add some components to the new testing framework (B) (#6173)
This commit is contained in:
6
tests/components/button/test.rp2040.yaml
Normal file
6
tests/components/button/test.rp2040.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
button:
|
||||
- platform: template
|
||||
name: Button
|
||||
id: some_button
|
||||
on_press:
|
||||
- logger.log: Button pressed
|
Reference in New Issue
Block a user