-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.toml
50 lines (43 loc) · 963 Bytes
/
settings.toml
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
[general]
# debug = false
# log_level = "debug" # info, debug
# demo_mode = false
[web]
# host = "0.0.0.0"
# port = 5665
[locale]
# date_format = "%d %B %Y"
# time_format = "%H:%M"
[defaults]
# image_width = 800
# image_height = 480
# overlay_x = 0
# overlay_y = 0
# overlay_size = 14
# overlay_format = ""
# overlay_color = "white"
[outputs]
# [outputs.0]
# image_path = "images/samples"
# image_shuffle = false
# overlay_x = 0
# overlay_y = 0
# overlay_size = 16
# overlay_format = "" # blank = disabled
# overlay_color = "white" # black, red, green etc
# [outputs.1]
# ...
# [outputs.2]
# ...
[mqtt]
# host = "hass.local"
# port = 1883
# user = "user"
# password = "password"
# keepalive = 60
# log_messages = false
[mqtt.topic_prefix]
# app = "inkyframeweb"
[mqtt.topic_prefix.homeassistant]
# default = "homeassistant"
# statestream = "homeassistant/statestream"