You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
627 B
25 lines
627 B
location:
|
|
type: auto # or static
|
|
# latitude: 45.4215
|
|
# longitude: -75.6972
|
|
# provider: CA # Optional: force US or CA
|
|
|
|
language: en # Options: en, fr
|
|
|
|
voice:
|
|
# Example utilizing pico2wave (sudo apt install libttspico-utils)
|
|
# {lang} is replaced by 'en-US' or 'fr-FR'
|
|
tts_command: 'pico2wave -l {lang} -w /tmp/temp.wav "{text}" && sox /tmp/temp.wav -r 8000 -c 1 {file}'
|
|
|
|
audio:
|
|
nodes:
|
|
- "YOUR_NODE_NUMBER_HERE"
|
|
|
|
alerts:
|
|
check_interval_minutes: 10
|
|
min_severity: "Watch"
|
|
# Optional: List of NWS Zones/Counties to monitor in addition to current location
|
|
# extra_zones:
|
|
# - "VAC001"
|
|
# - "MDZ013"
|