48 lines
823 B
YAML
48 lines
823 B
YAML
tts_devices:
|
|
name: TTS Devices
|
|
options:
|
|
- Living Room
|
|
- Basement
|
|
- Master Bedroom
|
|
- Kallen Bedroom
|
|
- Common Areas
|
|
- Everywhere
|
|
initial: Living Room
|
|
icon: mdi:dots-horizontal-circle
|
|
announcement_voice:
|
|
name: Announcement Voice
|
|
options:
|
|
- Brian
|
|
- Emma
|
|
- Joanna
|
|
- Amy
|
|
- Justin
|
|
- Matthew
|
|
- Salli
|
|
initial: Brian
|
|
icon: mdi:account-voice
|
|
router_stats:
|
|
name: Router Stats
|
|
options:
|
|
- Current Stats
|
|
- History Stats - Download
|
|
- History Stats - Upload
|
|
initial: Current Stats
|
|
icon: mdi:router
|
|
report_type:
|
|
name: Report Type
|
|
options:
|
|
- Bug Report
|
|
- New Idea
|
|
initial: Bug Report
|
|
icon: mdi:bug
|
|
select_testing:
|
|
name: Select Testing
|
|
options:
|
|
- One
|
|
- Two
|
|
- Three
|
|
- Four
|
|
- Five
|
|
initial: One
|
|
icon: mdi:test-tube |