mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	common
This commit is contained in:
		| @@ -6,12 +6,6 @@ remote_transmitter: | ||||
|   pin: ${pin} | ||||
|   carrier_duty_percent: 50% | ||||
|  | ||||
| uart: | ||||
|   - id: uart_midea | ||||
|     tx_pin: ${tx_pin} | ||||
|     rx_pin: ${rx_pin} | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| climate: | ||||
|   - platform: midea | ||||
|     id: midea_unit | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| substitutions: | ||||
|   tx_pin: GPIO4 | ||||
|   rx_pin: GPIO5 | ||||
|   tx_pin: GPIO0 | ||||
|   rx_pin: GPIO2 | ||||
|   pin: GPIO15 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user