-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathm5stack-atom-echo.template.yaml
More file actions
39 lines (34 loc) · 1.08 KB
/
m5stack-atom-echo.template.yaml
File metadata and controls
39 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This is a default template config to be used within ESPHome Device Builder
# Device: m5stack Atom Echo
# Purpose: Voice Assistant
substitutions:
name: atomecho-p00
friendly_name: "Assistant Speaker"
area: ""
micro_wake_word_model: okay_nabu # hey_jarvis, hey_mycroft are also supported
timezone: !secret timezone
packages:
m5stack.atom-echo-wake-word-voice-assistant:
url: https://github.com/esphome/wake-word-voice-assistants
files: [m5stack-atom-echo/m5stack-atom-echo.yaml]
ref: main
refresh: 0s
# Simplify configuration by reusing common settings across all devices
dbensmith.esphome-config:
url: https://github.com/dbensmith/esphome-config
files: [common.yaml]
ref: main
refresh: 0s
esphome:
comment: "M5Stack Atom Echo"
# Disable the factory reset button by default
button:
- id: !extend factory_reset_btn
disabled_by_default: true
time:
- platform: sntp
id: sntp_time
timezone: "${timezone}"
# Change sync interval from default 5min to 6 hours
update_interval: 6h
# Servers are already defined in common.yaml