mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add support for hyt271 (#4282)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1276,6 +1276,13 @@ sensor: | ||||
|     name: DHT Absolute Humidity | ||||
|     temperature: dht_temperature | ||||
|     humidity: dht_humidity | ||||
|   - platform: hyt271 | ||||
|     i2c_id: i2c_bus | ||||
|     temperature: | ||||
|       name: "Temperature hyt271" | ||||
|       id: temp_etuve | ||||
|     humidity: | ||||
|       name: "Humidity hyt271" | ||||
|  | ||||
| esp32_touch: | ||||
|   setup_mode: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user