mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Add some components to the new testing framework (B) (#6173)
This commit is contained in:
6
tests/components/button/test.esp32-idf.yaml
Normal file
6
tests/components/button/test.esp32-idf.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