mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Implement sensor component for MMC5983 (#5361)
This commit is contained in:
		| @@ -1482,6 +1482,17 @@ sensor: | ||||
|       name: "Loop Time" | ||||
|     psram: | ||||
|       name: "PSRAM Free" | ||||
|   - platform: mmc5983 | ||||
|     i2c_id: i2c_bus | ||||
|     field_strength_x: | ||||
|       name: "Magnet X" | ||||
|       id: magnet_x | ||||
|     field_strength_y: | ||||
|       name: "Magnet Y" | ||||
|       id: magnet_y | ||||
|     field_strength_z: | ||||
|       name: "Magnet Z" | ||||
|       id: magnet_z | ||||
|  | ||||
| esp32_touch: | ||||
|   setup_mode: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user