mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 14:43:51 +00:00 
			
		
		
		
	Add Initial TE-M3200 pressure sensor support (#6862)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										16
									
								
								tests/components/tem3200/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								tests/components/tem3200/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| i2c: | ||||
|   id: i2c_bus | ||||
|   scl: ${scl_pin} | ||||
|   sda: ${sda_pin} | ||||
|   frequency: 200kHz | ||||
|  | ||||
| sensor: | ||||
|   - platform: tem3200 | ||||
|     update_interval: 1s | ||||
|     i2c_id: i2c_bus | ||||
|  | ||||
|     temperature: | ||||
|       name: water temperature | ||||
|  | ||||
|     raw_pressure: | ||||
|       name: water pressure | ||||
		Reference in New Issue
	
	Block a user