mirror of
https://github.com/esphome/esphome.git
synced 2025-02-25 04:22:30 +01:00
Consolidate test files
This commit is contained in:
parent
c73186d948
commit
0fbc9241b4
5 changed files with 25 additions and 42 deletions
21
tests/components/qesan_ble_remote/common.yaml
Normal file
21
tests/components/qesan_ble_remote/common.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
esp32_ble_tracker:
|
||||
|
||||
qesan_ble_remote:
|
||||
- id: remote_1
|
||||
mac_address: 51:45:53:AA:BB:CC
|
||||
- id: remote_2
|
||||
address: 0x1234
|
||||
|
||||
binary_sensor:
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_cw_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x7e
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_rgb_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x74
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_2_button_cw_onoff
|
||||
remote_id: remote_2
|
||||
code: 0x7e
|
1
tests/components/qesan_ble_remote/test.esp32-c3-idf.yaml
Normal file
1
tests/components/qesan_ble_remote/test.esp32-c3-idf.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
1
tests/components/qesan_ble_remote/test.esp32-c3.yaml
Normal file
1
tests/components/qesan_ble_remote/test.esp32-c3.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
|
@ -1,21 +1 @@
|
|||
esp32_ble_tracker:
|
||||
|
||||
qesan_ble_remote:
|
||||
- id: remote_1
|
||||
mac_address: 51:45:53:AA:BB:CC
|
||||
- id: remote_2
|
||||
address: 0x1234
|
||||
|
||||
binary_sensor:
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_cw_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x7e
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_rgb_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x74
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_2_button_cw_onoff
|
||||
remote_id: remote_2
|
||||
code: 0x7e
|
||||
<<: !include common.yaml
|
||||
|
|
|
@ -1,21 +1 @@
|
|||
esp32_ble_tracker:
|
||||
|
||||
qesan_ble_remote:
|
||||
- id: remote_1
|
||||
mac_address: 51:45:53:AA:BB:CC
|
||||
- id: remote_2
|
||||
address: 0x1234
|
||||
|
||||
binary_sensor:
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_cw_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x7e
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_1_button_rgb_onoff
|
||||
remote_id: remote_1
|
||||
code: 0x74
|
||||
- platform: qesan_ble_remote
|
||||
id: remote_2_button_cw_onoff
|
||||
remote_id: remote_2
|
||||
code: 0x7e
|
||||
<<: !include common.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue