Skip to content

Commit

Permalink
Merge pull request #31 from ApolloAutomation/LockFramework
Browse files Browse the repository at this point in the history
Lock framework
  • Loading branch information
TrevorSchirmer authored Jan 12, 2025
2 parents 9a37b74 + 8c19a53 commit a20dd5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 3 additions & 4 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
substitutions:
name: apollo-mtr-1
version: "25.1.3.1"
version: "25.1.11.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
version: 4.4.8
platform_version: 5.4.0

captive_portal:

web_server:
port: 80

api:
services:
- service: play_buzzer
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/MTR-1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Define Project
substitutions:
name: apollo-mtr-1
version: "25.1.3.1"
version: "25.1.11.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esphome:
Expand Down
7 changes: 1 addition & 6 deletions Integrations/ESPHome/MTR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,5 @@ esp32_ble_tracker:
active: false

packages:
remote_package:
url: https://github.com/ApolloAutomation/MTR-1/
ref: main
files:
- Integrations/ESPHome/Core.yaml
refresh: 0d
core: !include Core.yaml

0 comments on commit a20dd5d

Please sign in to comment.