mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[bh1900nux] Add bh1900nux temperature Sensor (#8631)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Andreas Riehl <andreas.riehl@acp.de> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								tests/components/bh1900nux/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tests/components/bh1900nux/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| sensor: | ||||
|   - platform: bh1900nux | ||||
|     i2c_id: i2c_bus | ||||
|     name: Temperature Living Room | ||||
|     address: 0x48 | ||||
|     update_interval: 30s | ||||
							
								
								
									
										4
									
								
								tests/components/bh1900nux/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								tests/components/bh1900nux/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| packages: | ||||
|   i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
							
								
								
									
										4
									
								
								tests/components/bh1900nux/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								tests/components/bh1900nux/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| packages: | ||||
|   i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
							
								
								
									
										4
									
								
								tests/components/bh1900nux/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								tests/components/bh1900nux/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| packages: | ||||
|   i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
							
								
								
									
										4
									
								
								tests/components/bh1900nux/test.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								tests/components/bh1900nux/test.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| packages: | ||||
|   i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
		Reference in New Issue
	
	Block a user