From 60152340c90ad1493d4710cff075496c0692288c Mon Sep 17 00:00:00 2001 From: Ben Penkacik Date: Tue, 29 Jul 2025 15:14:30 -0400 Subject: [PATCH 1/2] add logger to ble fork --- Integrations/ESPHome/AIR-1_BLE.yaml | 2 ++ Integrations/ESPHome/Core.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Integrations/ESPHome/AIR-1_BLE.yaml b/Integrations/ESPHome/AIR-1_BLE.yaml index f924d13..e4e8109 100644 --- a/Integrations/ESPHome/AIR-1_BLE.yaml +++ b/Integrations/ESPHome/AIR-1_BLE.yaml @@ -28,6 +28,8 @@ esphome: on_shutdown: - light.turn_off: rgb_light +logger: + dashboard_import: package_import_url: github://ApolloAutomation/AIR-1/Integrations/ESPHome/AIR-1_BLE.yaml import_full_config: false diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index dcee044..f04d272 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-air-1 - version: "25.6.24.1" + version: "25.7.29.1" device_description: ${name} made by Apollo Automation - version ${version}. esp32: From 51f5f0a97879ccbd0e63f7d922a9d08c121261f8 Mon Sep 17 00:00:00 2001 From: Justin Bunton <130115204+Bunton33@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:06:28 -0400 Subject: [PATCH 2/2] CI Fix Fixes firmware building --- .github/workflows/build.yml | 2 +- Integrations/ESPHome/Core.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa5090f..a97fdfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: device-name: air-1 yaml-files: | Integrations/ESPHome/AIR-1_Factory.yaml - firmware-names: "_Factory:firmware" + firmware-names: "1_Factory:firmware" core-yaml-path: Integrations/ESPHome/Core.yaml esphome-version: stable # Bypass check if manually triggered with bypass option diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index f04d272..e33b5cc 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-air-1 - version: "25.7.29.1" + version: "25.8.6.1" device_description: ${name} made by Apollo Automation - version ${version}. esp32: