1
0
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:
Keith Burzinski
2024-01-16 02:05:13 -06:00
committed by GitHub
parent 26acbbedbf
commit e35cab018a
13 changed files with 271 additions and 7 deletions

View File

@@ -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