Skip to content

Commit 3ad2a38

Browse files
Merge pull request #53 from ApolloAutomation/FixBluetooth
Fix Bluetooth YAML
2 parents 0fd0406 + 26b7b9a commit 3ad2a38

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

Integrations/ESPHome/Core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
substitutions:
22
name: apollo-msr-1
3-
version: "24.7.15.1"
3+
version: "25.2.20.1"
44
device_description: ${name} made by Apollo Automation - version ${version}.
55

66
esp32:

Integrations/ESPHome/MSR-1_BLE.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,12 @@ ota:
2626
- platform: esphome
2727
password: "apolloautomation"
2828

29-
3029
wifi:
31-
power_save_mode: none
3230
ap:
3331
ssid: "Apollo MSR1 Hotspot"
3432

3533
bluetooth_proxy:
3634
active: true
3735

3836
packages:
39-
remote_package:
40-
url: https://github.com/ApolloAutomation/MSR-1/
41-
ref: main
42-
files:
43-
- Integrations/ESPHome/Core.yaml
44-
refresh: 0d
37+
core: !include Core.yaml

Integrations/ESPHome/MSR-1_Factory.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,5 @@ ota:
4242
- platform: esphome
4343
id: ota_esphome
4444

45-
4645
packages:
47-
remote_package:
48-
url: https://github.com/ApolloAutomation/MSR-1/
49-
ref: main
50-
files:
51-
- Integrations/ESPHome/Core.yaml
52-
refresh: 0d
46+
core: !include Core.yaml

0 commit comments

Comments
 (0)