diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bd3ae8..356c486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: - name: Checkout source code uses: actions/checkout@v4.1.7 - name: Build ESPHome firmware to verify configuration - uses: esphome/build-action@v3.1.0 + uses: esphome/build-action@v6 with: - yaml_file: ${{ matrix.file }} \ No newline at end of file + yaml-file: ${{ matrix.file }} \ No newline at end of file diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 0105b8a..950bf85 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "25.2.19.1" + version: "25.3.9.1" esp32: board: esp32-c3-devkitm-1 @@ -219,6 +219,17 @@ sensor: device_class: temperature id: soil_temperature icon: mdi:thermometer + filters: + - lambda: |- + if (isnan(x)) { + return NAN; + } + + if (x == 85.0) { + return NAN; + } + + return x; - platform: aht10 id: aht_20