mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	[CI] Consolidate some tests (A) (#8184)
This commit is contained in:
		| @@ -1,38 +1,5 @@ | ||||
| esphome: | ||||
|   on_boot: | ||||
|     then: | ||||
|       - at581x.settings: | ||||
|           id: "Waveradar" | ||||
|           hw_frontend_reset: false | ||||
|           frequency: 5800MHz | ||||
|           sensing_distance: 200 | ||||
|           poweron_selfcheck_time: 2s | ||||
|           protect_time: 1s | ||||
|           trigger_base: 500ms | ||||
|           trigger_keep: 10s | ||||
|           stage_gain: 3 | ||||
|           power_consumption: 70uA | ||||
|       - at581x.reset: | ||||
|           id: "Waveradar" | ||||
| substitutions: | ||||
|   scl_pin: GPIO16 | ||||
|   sda_pin: GPIO17 | ||||
|  | ||||
| at581x: | ||||
|   id: "Waveradar" | ||||
|   i2c_id: i2c_bus | ||||
|  | ||||
| i2c: | ||||
|   sda: 14 | ||||
|   scl: 15 | ||||
|   scan: true | ||||
|   frequency: 100kHz | ||||
|   setup_priority: -100 | ||||
|   id: i2c_bus | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: gpio | ||||
|     pin: GPIO21 | ||||
|     name: "Radar motion" | ||||
|  | ||||
| switch: | ||||
|   - platform: at581x | ||||
|     at581x_id: "Waveradar" | ||||
|     name: "Enable Radar" | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user