mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	[CI] Consolidate some tests (Q, R) (#8205)
This commit is contained in:
		| @@ -1,25 +1,6 @@ | ||||
| sensor: | ||||
|   - platform: rotary_encoder | ||||
|     name: Rotary Encoder | ||||
|     id: rotary_encoder1 | ||||
|     pin_a: 13 | ||||
|     pin_b: 14 | ||||
|     pin_reset: 15 | ||||
|     filters: | ||||
|       - or: | ||||
|           - debounce: 0.1s | ||||
|           - delta: 10 | ||||
|     resolution: 4 | ||||
|     min_value: -10 | ||||
|     max_value: 30 | ||||
|     on_value: | ||||
|       - sensor.rotary_encoder.set_value: | ||||
|           id: rotary_encoder1 | ||||
|           value: 10 | ||||
|       - sensor.rotary_encoder.set_value: | ||||
|           id: rotary_encoder1 | ||||
|           value: !lambda "return -1;" | ||||
|     on_clockwise: | ||||
|       - logger.log: Clockwise | ||||
|     on_anticlockwise: | ||||
|       - logger.log: Anticlockwise | ||||
| substitutions: | ||||
|   pin_a: GPIO12 | ||||
|   pin_b: GPIO13 | ||||
|   pin_reset: GPIO14 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user