This commit is contained in:
Moritz Ruth 2024-03-05 23:35:51 +01:00
parent 13f307d387
commit 3e129bd3d6
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
20 changed files with 1245 additions and 41 deletions

View file

@ -3,6 +3,11 @@ 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"

View file

@ -53,8 +53,7 @@ config.style.alarm2.label = "00:00"
icon = "@ph/computer-tower"
label = "Gaming PC"
host = "moira"
handler = "home-assistant"
config.mode = "switch"
config.name = "switch.mwin"
handler = "home_assistant"
config.mode = "toggle"
config.entity_id = "light.moritz_zimmer_stehlampe"
config.style.on.icon = "@ph/computer-tower[color=#58fc11]"