mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	| @@ -79,18 +79,21 @@ uart: | |||||||
|   - id: uart9600 |   - id: uart9600 | ||||||
|     tx_pin: |     tx_pin: | ||||||
|       allow_other_uses: true |       allow_other_uses: true | ||||||
|       number: GPIO22 |       number: GPIO25 | ||||||
|     rx_pin: |     rx_pin: | ||||||
|       allow_other_uses: true |       allow_other_uses: true | ||||||
|       number: GPIO23 |       number: GPIO26 | ||||||
|     baud_rate: 9600 |     baud_rate: 9600 | ||||||
|   - id: uart_he60r |   - id: uart_he60r | ||||||
|     tx_pin: 22 |     tx_pin: | ||||||
|     rx_pin: 23 |       number: GPIO18 | ||||||
|  |       allow_other_uses: true | ||||||
|  |     rx_pin: | ||||||
|  |       number: GPIO36 | ||||||
|  |       allow_other_uses: true | ||||||
|     baud_rate: 1200 |     baud_rate: 1200 | ||||||
|     parity: EVEN |     parity: EVEN | ||||||
|  |  | ||||||
|  |  | ||||||
| ota: | ota: | ||||||
|   safe_mode: true |   safe_mode: true | ||||||
|   port: 3286 |   port: 3286 | ||||||
| @@ -115,7 +118,7 @@ tuya: | |||||||
|   time_id: sntp_time |   time_id: sntp_time | ||||||
|   uart_id: uart115200 |   uart_id: uart115200 | ||||||
|   status_pin: |   status_pin: | ||||||
|     number: 14 |     number: GPIO5 | ||||||
|     inverted: true |     inverted: true | ||||||
|     allow_other_uses: true |     allow_other_uses: true | ||||||
|  |  | ||||||
| @@ -954,7 +957,6 @@ media_player: | |||||||
|       allow_other_uses: true |       allow_other_uses: true | ||||||
|       number: GPIO25 |       number: GPIO25 | ||||||
|     mute_pin: |     mute_pin: | ||||||
|       allow_other_uses: true |  | ||||||
|       number: GPIO14 |       number: GPIO14 | ||||||
|     on_state: |     on_state: | ||||||
|       - media_player.play: |       - media_player.play: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user