Skip to content

Commit

Permalink
Use remote paths for sounds (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier authored Oct 22, 2024
1 parent 43324ec commit d383bfd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1416,33 +1416,33 @@ media_player:
duration: 1.0s
files:
- id: center_button_press_sound
file: sounds/center_button_press.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/center_button_press.flac
- id: center_button_double_press_sound
file: sounds/center_button_double_press.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/center_button_double_press.flac
- id: center_button_triple_press_sound
file: sounds/center_button_triple_press.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/center_button_triple_press.flac
- id: center_button_long_press_sound
file: sounds/center_button_long_press.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/center_button_long_press.flac
- id: factory_reset_initiated_sound
file: sounds/factory_reset_initiated.mp3
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/factory_reset_initiated.mp3
- id: factory_reset_cancelled_sound
file: sounds/factory_reset_cancelled.mp3
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/factory_reset_cancelled.mp3
- id: jack_connected_sound
file: sounds/jack_connected.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/jack_connected.flac
- id: jack_disconnected_sound
file: sounds/jack_disconnected.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/jack_disconnected.flac
- id: mute_switch_on_sound
file: sounds/mute_switch_on.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/mute_switch_on.flac
- id: mute_switch_off_sound
file: sounds/mute_switch_off.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/mute_switch_off.flac
- id: timer_finished_sound
file: sounds/timer_finished.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/timer_finished.flac
- id: wake_word_triggered_sound
file: sounds/wake_word_triggered.flac
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/wake_word_triggered.flac
- id: easter_egg_tick_sound
file: sounds/easter_egg_tick.mp3
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/easter_egg_tick.mp3
- id: easter_egg_tada_sound
file: sounds/easter_egg_tada.mp3
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/easter_egg_tada.mp3

voice_kit:
reset_pin: GPIO4
Expand Down

0 comments on commit d383bfd

Please sign in to comment.