Clean up names

This commit is contained in:
Edward Firmo
2023-11-06 00:35:11 +01:00
parent c45ce32742
commit b679693203

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