Skip to content

Commit

Permalink
Merge pull request #53 from ApolloAutomation/FixBluetooth
Browse files Browse the repository at this point in the history
Fix Bluetooth YAML
  • Loading branch information
TrevorSchirmer authored Feb 20, 2025
2 parents 0fd0406 + 26b7b9a commit 3ad2a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
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-msr-1
version: "24.7.15.1"
version: "25.2.20.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down
9 changes: 1 addition & 8 deletions Integrations/ESPHome/MSR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@ ota:
- platform: esphome
password: "apolloautomation"


wifi:
power_save_mode: none
ap:
ssid: "Apollo MSR1 Hotspot"

bluetooth_proxy:
active: true

packages:
remote_package:
url: https://github.com/ApolloAutomation/MSR-1/
ref: main
files:
- Integrations/ESPHome/Core.yaml
refresh: 0d
core: !include Core.yaml
8 changes: 1 addition & 7 deletions Integrations/ESPHome/MSR-1_Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,5 @@ ota:
- platform: esphome
id: ota_esphome


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

0 comments on commit 3ad2a38

Please sign in to comment.