Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML update for #57 #66

Merged
merged 1 commit into from
Aug 30, 2024
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
9 changes: 5 additions & 4 deletions voice-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ esp32_improv:
i2c:
sda: GPIO5
scl: GPIO6
frequency: 400kHz

psram:
mode: octal
Expand Down Expand Up @@ -1113,6 +1114,9 @@ media_player:
- id: facotry_reset_cancelled_wave_file
file: https://github.com/esphome/voice-kit/raw/dev/sounds/facotry_reset_cancelled.wav

voice_kit:
reset_pin: GPIO4

external_components:
- source:
type: git
Expand All @@ -1128,6 +1132,7 @@ external_components:
- nabu
- nabu_microphone
- voice_assistant
- voice_kit
refresh: 0s

audio_dac:
Expand Down Expand Up @@ -1277,13 +1282,11 @@ button:
- platform: restart
name: "Restart"
entity_category: diagnostic

# TODO: make it internal before launch
- platform: factory_reset
id: factory_reset_button
name: "Factory Reset"
entity_category: diagnostic

# TODO: Remove before launch, added for testing/development
- platform: template
name: "timer beep"
Expand All @@ -1295,14 +1298,12 @@ button:
.set_announcement(true)
.set_local_media_file(id(timer_finished_wave_file))
.perform();

# TODO: Remove before launch, added for testing/development
- platform: template
name: Check for update
entity_category: diagnostic
on_press:
- component.update: update_http_request

# TODO: Remove before launch, added for testing/development
- platform: template
name: Perform Update
Expand Down