Skip to content

Commit

Permalink
Add actions for component tests A, B and C (#6256)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Mar 18, 2024
1 parent f569573 commit cb73192
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/components/api/test.esp32-c3-idf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down
13 changes: 13 additions & 0 deletions tests/components/api/test.esp32-c3.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down
13 changes: 13 additions & 0 deletions tests/components/api/test.esp32-idf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down
13 changes: 13 additions & 0 deletions tests/components/api/test.esp32.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down
13 changes: 13 additions & 0 deletions tests/components/api/test.esp8266.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down
13 changes: 13 additions & 0 deletions tests/components/api/test.rp2040.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
esphome:
on_boot:
then:
- homeassistant.event:
event: esphome.button_pressed
data:
message: Button was pressed
- homeassistant.service:
service: notify.html5
data:
message: Button was pressed
- homeassistant.tag_scanned: pulse

wifi:
ssid: MySSID
password: password1
Expand Down

0 comments on commit cb73192

Please sign in to comment.