3 Commits

Author SHA1 Message Date
Edward Firmo
039e5e56b7 Add "Actions" 2023-11-06 01:00:12 +01:00
Edward Firmo
b679693203 Clean up names 2023-11-06 00:35:11 +01:00
Edward Firmo
c45ce32742 Allows change to the baud rate 2023-11-06 00:28:24 +01:00
11 changed files with 11 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
build_core:
name: Build core
name: Core
runs-on: "ubuntu-latest"
needs:
- code_scan
@@ -42,7 +42,7 @@ jobs:
yaml_file: "./.test/esphome_core.yaml"
build_advanced:
name: Build advanced
name: Advanced
runs-on: "ubuntu-latest"
needs:
- build_core
@@ -54,7 +54,7 @@ jobs:
yaml_file: "./.test/esphome_advanced.yaml"
build_climate_heat:
name: Build climate (heat)
name: Climate (heat)
runs-on: "ubuntu-latest"
needs:
- build_core
@@ -66,7 +66,7 @@ jobs:
yaml_file: "./.test/esphome_climate_heat.yaml"
build_climate_cool:
name: Build climate (cool)
name: Climate (cool)
runs-on: "ubuntu-latest"
needs:
- build_core
@@ -78,7 +78,7 @@ jobs:
yaml_file: "./.test/esphome_climate_cool.yaml"
build_climate_heat_advanced:
name: Build advanced climate (heat)
name: Advanced+climate (heat)
runs-on: "ubuntu-latest"
needs:
- build_climate_heat
@@ -91,7 +91,7 @@ jobs:
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
build_climate_heat_advanced_arduino:
name: Build arduino
name: Arduino
runs-on: "ubuntu-latest"
needs:
- build_climate_heat

View File

@@ -42,6 +42,8 @@ Scan through our [existing issues](https://github.com/Blackymas/NSPanel_HA_Bluep
Commit the changes once you are happy with them. Don't forget to self review to speed up the review process:zap:.
After a commit, GitHub will run the validation actions, which could take a while. Please take a look at [Actions](https://github.com/Blackymas/NSPanel_HA_Blueprint/actions) tab and follow the test results. If any test fails, please click on the action instance to open it's details, take a look at the report and fix the issues.
### Pull Request
When you're finished with the changes, create a pull request, also known as a PR.

Binary file not shown.

Binary file not shown.

View File

@@ -9,7 +9,7 @@ Program.s
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
int brightness=100,brightness_dim=40
int display_mode=1 // 1 = EU, 2 = US, 3 = US landscape
bauds=115200//Configure baudrate
//bauds=115200//Configure baudrate
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
randset 0,65535//used for touchevent sensor
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port

Binary file not shown.

Binary file not shown.

View File

@@ -9,7 +9,7 @@ Program.s
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
int brightness=100,brightness_dim=40
int display_mode=2 // 1 = EU, 2 = US, 3 = US landscape
bauds=115200//Configure baudrate
//bauds=115200//Configure baudrate
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
randset 0,65535//used for touchevent sensor
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port

Binary file not shown.

Binary file not shown.

View File

@@ -9,7 +9,7 @@ Program.s
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
int brightness=100,brightness_dim=40
int display_mode=3 // 1 = EU, 2 = US, 3 = US landscape
bauds=115200//Configure baudrate
//bauds=115200//Configure baudrate
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
randset 0,65535//used for touchevent sensor
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port