mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			966 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			966 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
esphome:
 | 
						|
  on_boot:
 | 
						|
    then:
 | 
						|
      - tag.set_clean_mode: nfcc_pn7160_spi
 | 
						|
      - tag.set_format_mode: nfcc_pn7160_spi
 | 
						|
      - tag.set_read_mode: nfcc_pn7160_spi
 | 
						|
      - tag.set_write_message:
 | 
						|
          message: https://www.home-assistant.io/tag/pulse
 | 
						|
          include_android_app_record: false
 | 
						|
      - tag.set_write_mode: nfcc_pn7160_spi
 | 
						|
      - tag.set_emulation_message:
 | 
						|
          message: https://www.home-assistant.io/tag/pulse
 | 
						|
          include_android_app_record: false
 | 
						|
      - tag.emulation_off: nfcc_pn7160_spi
 | 
						|
      - tag.emulation_on: nfcc_pn7160_spi
 | 
						|
      - tag.polling_off: nfcc_pn7160_spi
 | 
						|
      - tag.polling_on: nfcc_pn7160_spi
 | 
						|
 | 
						|
pn7160_spi:
 | 
						|
  id: nfcc_pn7160_spi
 | 
						|
  cs_pin: ${cs_pin}
 | 
						|
  irq_pin: ${irq_pin}
 | 
						|
  ven_pin: ${ven_pin}
 | 
						|
  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"
 |