Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nextion] Add publish actions #7646

Merged
merged 8 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes so tests will work
kbx81 committed Nov 23, 2024
commit f2d792ba3889e0ae0b7bbe4ccba66912f08cb7ba
4 changes: 2 additions & 2 deletions tests/components/nextion/test.esp32-ard.yaml
kbx81 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 17
rx_pin: 16
tx_pin: GPIO17
rx_pin: GPIO16

packages:
base: !include common.yaml
4 changes: 2 additions & 2 deletions tests/components/nextion/test.esp32-c3-ard.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 4
rx_pin: 5
tx_pin: GPIO4
rx_pin: GPIO5

packages:
base: !include common.yaml
4 changes: 2 additions & 2 deletions tests/components/nextion/test.esp32-c3-idf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 4
rx_pin: 5
tx_pin: GPIO4
rx_pin: GPIO5

packages:
base: !include common.yaml
4 changes: 2 additions & 2 deletions tests/components/nextion/test.esp32-idf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 17
rx_pin: 16
tx_pin: GPIO17
rx_pin: GPIO16

packages:
base: !include common.yaml
4 changes: 2 additions & 2 deletions tests/components/nextion/test.esp8266-ard.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 4
rx_pin: 5
tx_pin: GPIO4
rx_pin: GPIO5

packages:
base: !include common.yaml
4 changes: 2 additions & 2 deletions tests/components/nextion/test.rp2040-ard.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
tx_pin: 4
rx_pin: 5
tx_pin: GPIO4
rx_pin: GPIO5

packages:
base: !include common.yaml