From 7938ddd8e46de6cc7e464841b78ee8635e1be0c2 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:34:16 -0500 Subject: [PATCH] Rename sen5x voc/nox keys to voc_index/nox_index for ESPHome 2026.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ESPHome 2026.8.0 renames the sen5x voc/nox sensor keys to voc_index/nox_index (esphome/esphome#17724). Update Core.yaml to the new keys and bump min_version to 2026.8.0 in all variants. Entity names and IDs are unchanged. Fixes #123 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/AIR-1.yaml | 2 +- Integrations/ESPHome/AIR-1_BLE.yaml | 2 +- Integrations/ESPHome/AIR-1_Factory.yaml | 2 +- Integrations/ESPHome/Core.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Integrations/ESPHome/AIR-1.yaml b/Integrations/ESPHome/AIR-1.yaml index 79a7888..779d3aa 100644 --- a/Integrations/ESPHome/AIR-1.yaml +++ b/Integrations/ESPHome/AIR-1.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.AIR-1" version: "${version}" - min_version: 2026.7.2 + min_version: 2026.8.0 on_boot: - priority: 500 then: diff --git a/Integrations/ESPHome/AIR-1_BLE.yaml b/Integrations/ESPHome/AIR-1_BLE.yaml index 251a837..61d0678 100644 --- a/Integrations/ESPHome/AIR-1_BLE.yaml +++ b/Integrations/ESPHome/AIR-1_BLE.yaml @@ -12,7 +12,7 @@ esphome: name: "ApolloAutomation.AIR-1" version: "${version}" - min_version: 2026.7.2 + min_version: 2026.8.0 on_boot: - priority: 500 then: diff --git a/Integrations/ESPHome/AIR-1_Factory.yaml b/Integrations/ESPHome/AIR-1_Factory.yaml index 69e57c6..d03b580 100644 --- a/Integrations/ESPHome/AIR-1_Factory.yaml +++ b/Integrations/ESPHome/AIR-1_Factory.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.AIR-1" version: "${version}" - min_version: 2026.7.2 + min_version: 2026.8.0 on_boot: - priority: 500 then: diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 1c2f8e8..4bb8d89 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-air-1 - version: "26.7.23.1" + version: "26.8.17.1" device_description: ${name} made by Apollo Automation - version ${version}. # Default OTA password. Override in your device YAML by re-declaring # `substitutions: { ota_password: !secret _ota_password }` so each @@ -347,7 +347,7 @@ sensor: filters: - lambda: return x - id(sen55_humidity_offset).state; accuracy_decimals: 1 - voc: + voc_index: name: "SEN55 VOC" id: sen55_voc on_value: @@ -364,7 +364,7 @@ sensor: gating_max_duration_minutes: 180 std_initial: 50 gain_factor: 230 - nox: + nox_index: name: "SEN55 NOX" id: sen55_nox acceleration_mode: low