mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Wake-on-LAN button (#3030)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: William Charlton <will.charlton1@icloud.com>
This commit is contained in:
21
tests/component_tests/button/test_button.yaml
Normal file
21
tests/component_tests/button/test_button.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
esphome:
|
||||
name: test
|
||||
platform: ESP8266
|
||||
board: d1_mini_lite
|
||||
|
||||
wifi:
|
||||
ssid: SomeNetwork
|
||||
password: SomePassword
|
||||
|
||||
button:
|
||||
- platform: wake_on_lan
|
||||
target_mac_address: 12:34:56:78:90:ab
|
||||
name: wol_test_1
|
||||
id: wol_1
|
||||
internal: true
|
||||
- platform: wake_on_lan
|
||||
target_mac_address: 12:34:56:78:90:ab
|
||||
name: wol_test_2
|
||||
id: wol_2
|
||||
internal: false
|
||||
|
||||
Reference in New Issue
Block a user