mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	change to new 1-wire platform (#6860)
Co-authored-by: Samuel Sieb <samuel@sieb.net> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| dallas: | ||||
|   pin: 4 | ||||
| one_wire: | ||||
|   - platform: gpio | ||||
|     pin: 4 | ||||
| 
 | ||||
| sensor: | ||||
|   - platform: dallas | ||||
|   - platform: dallas_temp | ||||
|     address: 0x1C0000031EDD2A28 | ||||
|     name: Dallas Temperature | ||||
|     resolution: 9 | ||||
|   - platform: dallas | ||||
|     index: 1 | ||||
|   - platform: dallas_temp | ||||
|     name: Dallas Temperature | ||||
| @@ -315,11 +315,6 @@ as5600: | ||||
|   slow_filter: 8x | ||||
|   fast_filter: lsb6 | ||||
|  | ||||
| dallas: | ||||
|   pin: | ||||
|     allow_other_uses: true | ||||
|     number: GPIO23 | ||||
|  | ||||
| as3935_spi: | ||||
|   cs_pin: | ||||
|     ignore_strapping_warning: true | ||||
| @@ -714,13 +709,6 @@ sensor: | ||||
|     update_interval: 15s | ||||
|     iir_filter: 16x | ||||
|     i2c_id: i2c_bus | ||||
|   - platform: dallas | ||||
|     address: 0x1C0000031EDD2A28 | ||||
|     name: Living Room Temperature | ||||
|     resolution: 9 | ||||
|   - platform: dallas | ||||
|     index: 1 | ||||
|     name: Living Room Temperature 2 | ||||
|   - platform: dht | ||||
|     pin: | ||||
|       allow_other_uses: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user