Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Integrations/ESPHome/AIR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down