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.
21 lines
533 B
21 lines
533 B
location:
|
|
type: auto # or static
|
|
# latitude: 45.4215
|
|
# longitude: -75.6972
|
|
# provider: CA # Optional: force US or CA
|
|
|
|
voice:
|
|
# Example utilizing pico2wave (sudo apt install libttspico-utils)
|
|
tts_command: 'pico2wave -w /tmp/temp.wav "{text}" && sox /tmp/temp.wav -r 8000 -c 1 {file}'
|
|
|
|
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"
|