mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
parent
4d3730b50e
commit
1d0fb59208
1 changed files with 9 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue