mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[ds2484] New component (#9147)
This commit is contained in:
		
							
								
								
									
										11
									
								
								tests/components/ds2484/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/components/ds2484/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| i2c: | ||||
|   - id: i2c_ds2484 | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| one_wire: | ||||
|   platform: ds2484 | ||||
|   i2c_id: i2c_ds2484 | ||||
|   address: 0x18 | ||||
|   active_pullup: true | ||||
|   strong_pullup: false | ||||
		Reference in New Issue
	
	Block a user