1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

[CI] Consolidate some tests (Q, R) (#8205)

This commit is contained in:
Keith Burzinski
2025-02-04 20:37:22 -06:00
committed by GitHub
parent cecce0f3cb
commit bf6874b52e
109 changed files with 795 additions and 1719 deletions

View File

@@ -0,0 +1,17 @@
i2c:
- id: i2c_rc522
scl: ${scl_pin}
sda: ${sda_pin}
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml

View File

@@ -1,17 +1,5 @@
i2c:
- id: i2c_rc522
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
rc522_i2c:
- id: rc522_nfcc
update_interval: 1s
on_tag:
- lambda: |-
ESP_LOGD("main", "Found tag %s", x.c_str());
binary_sensor:
- platform: rc522
rc522_id: rc522_nfcc
name: RC522 NFC Tag
uid: 74-10-37-94
<<: !include common.yaml