mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
[CI] Consolidate some tests (Q, R) (#8205)
This commit is contained in:
15
tests/components/rc522_spi/common.yaml
Normal file
15
tests/components/rc522_spi/common.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
spi:
|
||||
- id: spi_rc522
|
||||
clk_pin: ${clk_pin}
|
||||
mosi_pin: ${mosi_pin}
|
||||
miso_pin: ${miso_pin}
|
||||
|
||||
rc522_spi:
|
||||
id: rc522_nfcc
|
||||
cs_pin: ${cs_pin}
|
||||
|
||||
binary_sensor:
|
||||
- platform: rc522
|
||||
rc522_id: rc522_nfcc
|
||||
name: PN532 NFC Tag
|
||||
uid: 74-10-37-94
|
||||
Reference in New Issue
Block a user