commit
This commit is contained in:
parent
13f307d387
commit
3e129bd3d6
20 changed files with 1245 additions and 41 deletions
|
@ -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"
|
||||
|
|
|
@ -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]"
|
Loading…
Add table
Add a link
Reference in a new issue