diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 0158e68..604d6d5 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -12,8 +12,8 @@ jobs: pull-requests: write steps: - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v1 + uses: pozil/auto-assign-issue@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - assignees: TrevorSchirmer + assignees: bharvey88 numOfAssignee: 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1af6af1..657c95a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: device-name: msr-2 yaml-files: | Integrations/ESPHome/MSR-1_Factory.yaml - firmware-names: "_Factory:firmware" + firmware-names: "1_Factory:firmware" core-yaml-path: Integrations/ESPHome/Core.yaml esphome-version: stable # Bypass check if manually triggered with bypass option diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc90609..f02c6d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 9f029f5..70e3687 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -609,7 +609,8 @@ light: pin: GPIO3 default_transition_length: 0s chipset: WS2812 - num_leds: 3 + num_leds: 1 + rmt_symbols: 48 rgb_order: grb effects: - pulse: diff --git a/Integrations/ESPHome/MSR-1_BLE.yaml b/Integrations/ESPHome/MSR-1_BLE.yaml index cf01c0b..4465d8e 100644 --- a/Integrations/ESPHome/MSR-1_BLE.yaml +++ b/Integrations/ESPHome/MSR-1_BLE.yaml @@ -20,11 +20,12 @@ esphome: min_version: 2025.2.0 +logger: + dashboard_import: package_import_url: github://ApolloAutomation/MSR-1/Integrations/ESPHome/MSR-1_BLE.yaml import_full_config: false -logger: ota: - platform: esphome