mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Reduce memory required for sensor entities (#9201)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
		| @@ -8,5 +8,8 @@ sensor: | ||||
|     name: Test Sensor | ||||
|     id: test_sensor | ||||
|     unit_of_measurement: °C | ||||
|     accuracy_decimals: 2 | ||||
|     state_class: measurement | ||||
|     force_update: true | ||||
|     lambda: return 42.0; | ||||
|     update_interval: 0.1s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user