diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 4179718..7a95d83 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-msr-2 - version: "24.7.15.1" + version: "25.2.19.1" device_description: ${name} made by Apollo Automation - version ${version}. esp32: @@ -447,7 +447,6 @@ light: id: rgb_light name: "RGB Light" pin: GPIO3 - rmt_channel: 0 default_transition_length: 0s chipset: WS2812 num_leds: 3 diff --git a/Integrations/ESPHome/MSR-2.yaml b/Integrations/ESPHome/MSR-2.yaml index 5930841..dd95fd0 100644 --- a/Integrations/ESPHome/MSR-2.yaml +++ b/Integrations/ESPHome/MSR-2.yaml @@ -1,7 +1,7 @@ #Define Project substitutions: name: apollo-msr-2 - version: "24.7.15.1" + version: "25.2.19.1" device_description: ${name} made by Apollo Automation - version ${version}. esphome: @@ -29,7 +29,7 @@ esphome: name: "ApolloAutomation.MSR-2" version: "${version}" - min_version: 2024.6.0 + min_version: 2025.2.0 # Define Board esp32: @@ -498,7 +498,6 @@ light: id: rgb_light name: "RGB Light" pin: GPIO3 - rmt_channel: 0 default_transition_length: 0s chipset: WS2812 num_leds: 3 diff --git a/Integrations/ESPHome/MSR-2_BLE.yaml b/Integrations/ESPHome/MSR-2_BLE.yaml index d266a57..f411ad6 100644 --- a/Integrations/ESPHome/MSR-2_BLE.yaml +++ b/Integrations/ESPHome/MSR-2_BLE.yaml @@ -23,7 +23,7 @@ esphome: name: "ApolloAutomation.MSR-2" version: "${version}" - min_version: 2024.6.4 + min_version: 2025.2.0 dashboard_import: @@ -42,9 +42,4 @@ bluetooth_proxy: active: true packages: - remote_package: - url: https://github.com/ApolloAutomation/MSR-2/ - ref: main - files: - - Integrations/ESPHome/Core.yaml - refresh: 0d \ No newline at end of file + core: !include Core.yaml diff --git a/Integrations/ESPHome/MSR-2_Factory.yaml b/Integrations/ESPHome/MSR-2_Factory.yaml index 1e24b47..38a3964 100644 --- a/Integrations/ESPHome/MSR-2_Factory.yaml +++ b/Integrations/ESPHome/MSR-2_Factory.yaml @@ -22,7 +22,7 @@ esphome: name: "ApolloAutomation.MSR-2" version: "${version}" - min_version: 2024.6.4 + min_version: 2025.2.0 dashboard_import: @@ -50,12 +50,5 @@ ota: - platform: esphome id: ota_esphome - - packages: - remote_package: - url: https://github.com/ApolloAutomation/MSR-2/ - ref: main - files: - - Integrations/ESPHome/Core.yaml - refresh: 0d \ No newline at end of file + core: !include Core.yaml