Skip to content

2024.6.1: In multicolor_text mode, added the ability to reset to default color, improved documentation. #450

2024.6.1: In multicolor_text mode, added the ability to reset to default color, improved documentation.

2024.6.1: In multicolor_text mode, added the ability to reset to default color, improved documentation. #450

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
pull_request:
jobs:
build-stable:
name: Build stable ${{ matrix.firmware.name }}
runs-on: ubuntu-latest
strategy:
matrix:
firmware:
- file: tests/ulanzi-test.yaml
name: Ulanzi-Easy
manifest_filename: ulanzi-test-manifest.json
fail-fast: false
steps:
- name: Checkout source code
uses: actions/checkout@v3.3.0
- name: Build firmware
uses: esphome/build-action@v1.8.0
id: esphome-build
with:
yaml_file: ${{ matrix.firmware.file }}
version: latest