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"