-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProjectAliceSatellite.yaml
57 lines (49 loc) · 2.04 KB
/
ProjectAliceSatellite.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
################################################
# #
# Project Alice quick install file #
# For advanced users only #
# Edit the content of this file to your needs #
# and place it in /boot/ProjectAlice.yaml #
# after flashing your sd card with our #
# Project Alice Satellite image. #
# #
# Upon first boot Alice will perform some #
# updates and configure according to this file #
# #
################################################
# DON'T CHANGE ME #
version: 1.24
################################################
# How to prevent frequent errors:
# Always add a space after the ":" (e.g. deviceName: default instead of deviceName:default)
# If you place this file into /boot after a first initialization it won't overwrite your settings unless you set this to yes
forceRewrite: no
# After initialization is done, keep a copy of this yaml file in /boot. Be aware this can be a security risk, as /boot is accessible by anyone mounting your SD card!
keepYAMLBackup: no
# Enter Wifi credentials for automatic adding of tasmota/zigbee/netatmo devices even when Alice has wired access
useWifi: yes
wifiNetworkName:
wifiWPAPass:
wifiCountryCode:
# hardware - Turn only one to yes!
audioHardware:
usbMic: no
respeaker2Mics: no
respeaker4Mics: no
respeaker6MicArray: no
respeaker7: no
respeakerCoreV2: no
googleAIY: no
googleAIY2: no
matrixCreator: no
matrixVoice: no
ps3eye: no
# System
# Whether to install Hermes Led Control or not. HLC is the best way to manage your device leds if you have any
useHLC: yes
# !WARNING! You know what you are doing by changing the following to anything else than "master"!
# This allows to init ProjectAlice on any branches, even unstable ones
# Available: master / alpha / beta / rc
aliceUpdateChannel: master
...