mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			299 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			299 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_bme280
 | |
|     clk_pin: ${clk_pin}
 | |
|     mosi_pin: ${mosi_pin}
 | |
|     miso_pin: ${miso_pin}
 | |
| 
 | |
| sensor:
 | |
|   - platform: honeywellabp
 | |
|     cs_pin: ${cs_pin}
 | |
|     pressure:
 | |
|       name: Honeywell pressure
 | |
|       min_pressure: 0
 | |
|       max_pressure: 15
 | |
|     temperature:
 | |
|       name: Honeywell temperature
 |