File tree Expand file tree Collapse file tree 3 files changed +23
-41
lines changed Expand file tree Collapse file tree 3 files changed +23
-41
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ pull_request :
5+
6+ jobs :
7+ ci :
8+ name : Building ${{ matrix.file }}
9+ runs-on : ubuntu-latest
10+ strategy :
11+ matrix :
12+ file :
13+ - Integrations/ESPHome/AIR-1.yaml
14+ steps :
15+ - name : Checkout source code
16+ 17+ - name : Build ESPHome firmware to verify configuration
18+ 19+ with :
20+ yaml_file : ${{ matrix.file }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Define Project
22substitutions :
33 name : apollo-air-1
4- version : " 24.7.3 .1"
4+ version : " 24.7.4 .1"
55 device_description : ${name} made by Apollo Automation - version ${version}.
66
77esphome :
@@ -75,22 +75,17 @@ update:
7575 name : Firmware Update
7676 source : https://apolloautomation.github.io/AIR-1/artifact/manifest.json
7777
78-
7978wifi :
80- power_save_mode : none
81-
82- # Enable fallback hotspot (captive portal) in case wifi connection fails
8379 ap :
8480 ssid : " Apollo AIR1 Hotspot"
8581
8682captive_portal :
8783
84+ safe_mode :
8885
8986web_server :
9087 port : 80
9188
92- logger :
93-
9489i2c :
9590 sda : GPIO1
9691 scl : GPIO0
@@ -123,7 +118,7 @@ number:
123118 update_interval : never
124119 step : 0.1
125120 mode : box
126-
121+
127122
128123binary_sensor :
129124 - platform : status
You can’t perform that action at this time.
0 commit comments