Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ esphome:
project:
name: m5stack.atom-echo-wake-word-voice-assistant
version: 25.0.0 # This firmware is a first step and devices should be OTA updated to the latest firmware on first use
on_boot:
- light.turn_on:
id: led
effect: Rainbow

ota:
- platform: http_request
Expand Down Expand Up @@ -35,7 +39,13 @@ wifi:
- delay: 2s
- ble.disable:

# The below is removed to make this binary smaller
light:
- id: !extend led
effects:
- addressable_rainbow:
name: Rainbow

# The below is to make this binary smaller

binary_sensor:
- id: !extend echo_button
Expand Down