mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
as3935_spi:
 | 
						|
  id: as3935_spi_id
 | 
						|
  cs_pin: ${cs_pin}
 | 
						|
  irq_pin: ${irq_pin}
 | 
						|
 | 
						|
binary_sensor:
 | 
						|
  - platform: as3935
 | 
						|
    as3935_id: as3935_spi_id
 | 
						|
    name: Storm Alert
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: as3935
 | 
						|
    as3935_id: as3935_spi_id
 | 
						|
    lightning_energy:
 | 
						|
      name: Lightning Energy
 | 
						|
    distance:
 | 
						|
      name: Distance Storm
 |