mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Fix tests (#3455)
This commit is contained in:
		| @@ -266,7 +266,7 @@ uart: | |||||||
|     stop_bits: 2 |     stop_bits: 2 | ||||||
|     # Specifically added for testing debug with no options at all. |     # Specifically added for testing debug with no options at all. | ||||||
|     debug: |     debug: | ||||||
|   - id: uart8 |   - id: uart9 | ||||||
|     tx_pin: GPIO4 |     tx_pin: GPIO4 | ||||||
|     rx_pin: GPIO5 |     rx_pin: GPIO5 | ||||||
|     baud_rate: 9600 |     baud_rate: 9600 | ||||||
| @@ -563,7 +563,7 @@ sensor: | |||||||
|       name: 'AQI' |       name: 'AQI' | ||||||
|       calculation_type: 'AQI' |       calculation_type: 'AQI' | ||||||
|   - platform: pmsx003 |   - platform: pmsx003 | ||||||
|     uart_id: uart8 |     uart_id: uart9 | ||||||
|     type: PMSX003 |     type: PMSX003 | ||||||
|     pm_1_0: |     pm_1_0: | ||||||
|       name: 'PM 1.0 Concentration' |       name: 'PM 1.0 Concentration' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user