Skip to content

Commit

Permalink
Merge pull request #28 from ApolloAutomation/ReduceYaml
Browse files Browse the repository at this point in the history
Add Additional Tests And Fix BLE Import
  • Loading branch information
TrevorSchirmer authored Jan 4, 2025
2 parents bd6888f + da6ebdb commit d0ae993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- Integrations/ESPHome/MTR-1.yaml
- Integrations/ESPHome/MTR-1_BLE.yaml
- Integrations/ESPHome/MTR-1_Factory.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-mtr-1
version: "24.10.3.1"
version: "25.1.3.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down
5 changes: 4 additions & 1 deletion Integrations/ESPHome/MTR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ esphome:
- lambda: "id(testScript).execute();"

dashboard_import:
package_import_url: github://ApolloAutomation/MTR-1/Integrations/ESPHome/MTR-1_Factory.yaml
package_import_url: github://ApolloAutomation/MTR-1/Integrations/ESPHome/MTR-1_BLE.yaml
import_full_config: false

ota:
Expand All @@ -34,6 +34,9 @@ wifi:

bluetooth_proxy:
active: true
esp32_ble_tracker:
scan_parameters:
active: false

packages:
remote_package:
Expand Down

0 comments on commit d0ae993

Please sign in to comment.