esphome/tests/components/pn7150_i2c/test.esp32-c3-ard.yaml
Keith Burzinski f6848fe24d
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions

* Rename Arduino test files
2024-06-17 16:32:11 -05:00

35 lines
939 B
YAML

esphome:
on_boot:
then:
- tag.set_clean_mode: nfcc_pn7150
- tag.set_format_mode: nfcc_pn7150
- tag.set_read_mode: nfcc_pn7150
- tag.set_write_message:
message: https://www.home-assistant.io/tag/pulse
include_android_app_record: false
- tag.set_write_mode: nfcc_pn7150
- tag.set_emulation_message:
message: https://www.home-assistant.io/tag/pulse
include_android_app_record: false
- tag.emulation_off: nfcc_pn7150
- tag.emulation_on: nfcc_pn7150
- tag.polling_off: nfcc_pn7150
- tag.polling_on: nfcc_pn7150
i2c:
- id: i2c_pn7150
scl: 5
sda: 4
pn7150_i2c:
id: nfcc_pn7150
irq_pin: 2
ven_pin: 3
emulation_message: https://www.home-assistant.io/tag/pulse_ce
tag_ttl: 1000ms
on_tag:
- logger.log: "Tag"
on_tag_removed:
- logger.log: "Tag removed"
on_emulated_tag_scan:
- logger.log: "Tag emulated"