Code clean-up

This commit is contained in:
Edward Firmo
2023-11-07 16:10:30 +01:00
parent 24d2ff71b2
commit 85ca25069d
2 changed files with 12 additions and 13 deletions

View File

@@ -103,15 +103,15 @@ jobs:
with: with:
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml" yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
build_climate_cool_advanced_esp_idf5: #build_climate_cool_advanced_esp_idf5:
name: esp-idf v5 & Bluetooth proxy # name: esp-idf v5 & Bluetooth proxy
runs-on: "ubuntu-latest" # runs-on: "ubuntu-latest"
needs: # needs:
- build_climate_cool # - build_climate_cool
- build_advanced # - build_advanced
steps: # steps:
- uses: actions/checkout@v4.1.0 # - uses: actions/checkout@v4.1.0
- name: Build core+advanced+climate_cool+esp_idf # - name: Build core+advanced+climate_cool+esp_idf
uses: esphome/build-action@v1.8.0 # uses: esphome/build-action@v1.8.0
with: # with:
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml" # yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"

View File

@@ -91,7 +91,6 @@ text_sensor:
name: ${device_name} BSSID name: ${device_name} BSSID
disabled_by_default: true disabled_by_default: true
##### WEB SERVER SETUP #####
web_server: web_server:
id: web_server_std id: web_server_std
port: 80 port: 80