mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Add a Binary Sensor Filter for state settling (#5900)
This commit is contained in:
		| @@ -1732,6 +1732,8 @@ binary_sensor: | ||||
|       - delayed_on_off: !lambda "return 10;" | ||||
|       - delayed_on: !lambda "return 1000;" | ||||
|       - delayed_off: !lambda "return 0;" | ||||
|       - settle: 40ms | ||||
|       - settle: !lambda "return 10;" | ||||
|     on_press: | ||||
|       then: | ||||
|         - lambda: >- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user