mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[sensor] A little bit of filter clean-up (#9986)
This commit is contained in:
		| @@ -135,10 +135,17 @@ sensor: | ||||
|       - throttle: 1s | ||||
|       - throttle_average: 2s | ||||
|       - throttle_with_priority: 5s | ||||
|       - throttle_with_priority: | ||||
|           timeout: 3s | ||||
|           value: 42.0 | ||||
|       - throttle_with_priority: | ||||
|           timeout: 3s | ||||
|           value: !lambda return 1.0f / 2.0f; | ||||
|       - throttle_with_priority: | ||||
|           timeout: 3s | ||||
|           value: | ||||
|             - 42.0 | ||||
|             - !lambda return 2.0f / 2.0f; | ||||
|             - nan | ||||
|       - timeout: | ||||
|           timeout: 10s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user