From d12a913a07887b310a085e04f59ad2b06c042743 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:56:05 -0600 Subject: [PATCH 1/2] Fixed missing ids for mics entities and changed update_interval back to 60 second esphome defaults Fixed missing ids for mics entities and changed update_interval back to 60 second esphome defaults --- Integrations/ESPHome/Core.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 00ab65e..2d0b494 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -311,17 +311,23 @@ sensor: id: mics4514 nitrogen_dioxide: name: Nitrogen Dioxide + id: nitrogen_dioxide carbon_monoxide: name: Carbon Monoxide + id: carbon_monoxide hydrogen: name: Hydrogen + id: hydrogen ethanol: name: Ethanol + id: ethanol methane: name: Methane + id: methane ammonia: name: Ammonia - update_interval: 10s + id: ammonia + update_interval: 60s light: - platform: esp32_rmt_led_strip From 4e206fc4f0a261b4dfe4094d28fbaa8d1ff62e0c Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:01:58 -0600 Subject: [PATCH 2/2] Update version in Core.yaml to 25.12.18.2 --- Integrations/ESPHome/Core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 2d0b494..c59f949 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-air-1 - version: "25.8.6.1" + version: "25.12.18.2" device_description: ${name} made by Apollo Automation - version ${version}. esp32: