33 lines
No EOL
768 B
TOML
33 lines
No EOL
768 B
TOML
inactive_button_color = "#000060"
|
|
active_button_color = "#eeffff"
|
|
label_font_family = "Inter"
|
|
buttons = {}
|
|
|
|
[handlers.home_assistant]
|
|
base_url = "https://ha.mosv.de/"
|
|
token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5YjBjNWRjMjY3ODA0YzI4YjI3Y2VkMGFiZjVkYzQ5ZCIsImlhdCI6MTcwOTY1MDk1NSwiZXhwIjoyMDI1MDEwOTU1fQ.YxYgbnZnT5d0hwsxqqnqgb8IrtBRlCoCked7VqFR0wM"
|
|
accept_invalid_certs = true
|
|
|
|
[initial]
|
|
key_page = "default"
|
|
knob_page = "default"
|
|
|
|
[mqtt]
|
|
client_id = "deckster-coordinator"
|
|
topic_prefix = "deckster"
|
|
host = "localhost"
|
|
port = 1883
|
|
|
|
[icon_packs.apps]
|
|
path = "icons/apps"
|
|
format = "svg"
|
|
|
|
[icon_packs.fad]
|
|
path = "icons/fad"
|
|
format = "svg"
|
|
global_filter = "invert|scale=1.2"
|
|
|
|
[icon_packs.ph]
|
|
path = "icons/ph"
|
|
format = "svg"
|
|
global_filter = "invert|scale=1.2" |