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/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..00ab65e 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.8.6.1" device_description: ${name} made by Apollo Automation - version ${version}. esp32: @@ -237,11 +237,13 @@ sensor: accuracy_decimals: 1 temperature: name: "SEN55 Temperature" - accuracy_decimals: 1 + id: sen55_temperature filters: - lambda: return x - id(sen55_temperature_offset).state; + accuracy_decimals: 1 humidity: name: "SEN55 Humidity" + id: sen55_humidity filters: - lambda: return x - id(sen55_humidity_offset).state; accuracy_decimals: 1