mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add actions for component tests A, B and C (#6256)
This commit is contained in:
parent
f5695733bc
commit
cb731926be
6 changed files with 78 additions and 0 deletions
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
|
@ -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:
|
wifi:
|
||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
Loading…
Reference in a new issue