mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add some components to the new testing framework (S part 1) (#6224)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
7
tests/components/shutdown/test.esp32-c3-idf.yaml
Normal file
7
tests/components/shutdown/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
7
tests/components/shutdown/test.esp32-c3.yaml
Normal file
7
tests/components/shutdown/test.esp32-c3.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
7
tests/components/shutdown/test.esp32-idf.yaml
Normal file
7
tests/components/shutdown/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
7
tests/components/shutdown/test.esp32.yaml
Normal file
7
tests/components/shutdown/test.esp32.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
7
tests/components/shutdown/test.esp8266.yaml
Normal file
7
tests/components/shutdown/test.esp8266.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
7
tests/components/shutdown/test.rp2040.yaml
Normal file
7
tests/components/shutdown/test.rp2040.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
button:
|
||||
- platform: shutdown
|
||||
name: Shutdown Button
|
||||
|
||||
switch:
|
||||
- platform: shutdown
|
||||
name: Shutdown Switch
|
Reference in New Issue
Block a user