mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add NFC binary sensor platform (#6068)
This commit is contained in:
@@ -2028,6 +2028,18 @@ binary_sensor:
|
||||
- platform: dfrobot_sen0395
|
||||
id: mmwave_detected_uart
|
||||
dfrobot_sen0395_id: mmwave
|
||||
- platform: nfc
|
||||
nfcc_id: nfcc_pn7160_i2c
|
||||
ndef_contains: pulse
|
||||
name: MFC Tag 1
|
||||
- platform: nfc
|
||||
nfcc_id: nfcc_pn7160_i2c
|
||||
tag_id: pulse
|
||||
name: MFC Tag 2
|
||||
- platform: nfc
|
||||
nfcc_id: nfcc_pn7160_i2c
|
||||
uid: 59-FC-AB-15
|
||||
name: MFC Tag 3
|
||||
|
||||
pca9685:
|
||||
frequency: 500
|
||||
@@ -3453,6 +3465,7 @@ pn532_i2c:
|
||||
i2c_id: i2c_bus
|
||||
|
||||
pn7150_i2c:
|
||||
id: nfcc_pn7150_i2c
|
||||
i2c_id: i2c_bus
|
||||
irq_pin:
|
||||
allow_other_uses: true
|
||||
|
Reference in New Issue
Block a user