mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (M) (#8202)
This commit is contained in:
		| @@ -1,19 +1,8 @@ | ||||
| uart: | ||||
|   - id: uart_modbus | ||||
|     tx_pin: 17 | ||||
|     rx_pin: 16 | ||||
|     baud_rate: 9600 | ||||
| substitutions: | ||||
|   client_tx_pin: GPIO12 | ||||
|   client_rx_pin: GPIO14 | ||||
|   server_tx_pin: GPIO16 | ||||
|   server_rx_pin: GPIO17 | ||||
|   flow_control_pin: GPIO13 | ||||
|  | ||||
| modbus: | ||||
|   id: mod_bus1 | ||||
|   flow_control_pin: 15 | ||||
|  | ||||
| modbus_controller: | ||||
|   - id: modbus_controller1 | ||||
|     address: 0x2 | ||||
|     modbus_id: mod_bus1 | ||||
|     allow_duplicate_commands: true | ||||
|     on_offline: | ||||
|       then: | ||||
|         logger.log: "Module Offline" | ||||
|     max_cmd_retries: 10 | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user