mirror of
https://github.com/esphome/esphome.git
synced 2025-04-05 18:30:28 +01:00
Update safe_mode tests, too
This commit is contained in:
parent
d5885f51a6
commit
0d8e731e69
15
tests/components/safe_mode/common.yaml
Normal file
15
tests/components/safe_mode/common.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
wifi:
|
||||||
|
ssid: MySSID
|
||||||
|
password: password1
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
safe_mode: true
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: safe_mode
|
||||||
|
name: Safe Mode Button
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: safe_mode
|
||||||
|
name: Safe Mode Switch
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
@ -1,13 +1 @@
|
|||||||
wifi:
|
<<: !include common.yaml
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Button
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: safe_mode
|
|
||||||
name: Safe Mode Switch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user