removed hassio token
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
moonraker.conf
|
moonraker.secrets
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
[secrets]
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
host = 0.0.0.0
|
host = 0.0.0.0
|
||||||
port = 7125
|
port = 7125
|
||||||
@@ -61,8 +63,7 @@ protocol = https
|
|||||||
address = home.fieryeagle.org
|
address = home.fieryeagle.org
|
||||||
port = 443
|
port = 443
|
||||||
device = switch.printer
|
device = switch.printer
|
||||||
token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MTJmMjA4ZjVjMzA0YTE3YjFmYjc2ZjNiYTM5YWVjOCIsImlhdCI6MTc0NzMxNjY4MSwiZXhwIjoyMDYyNjc2NjgxfQ.ZAsmTvECJxKf8Dl0pf-L1tox7yOndHQjAZNwMmWCZvk
|
token = {secrets.home_assistant.token}
|
||||||
domain = switch
|
|
||||||
initial_state = off
|
initial_state = off
|
||||||
off_when_shutdown = True
|
off_when_shutdown = True
|
||||||
off_when_shutdown_delay = 0
|
off_when_shutdown_delay = 0
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
[secrets]
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 7125
|
port: 7125
|
||||||
@@ -63,8 +65,7 @@ protocol: https
|
|||||||
address: home.fieryeagle.org
|
address: home.fieryeagle.org
|
||||||
port: 443
|
port: 443
|
||||||
device: switch.printer
|
device: switch.printer
|
||||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MTJmMjA4ZjVjMzA0YTE3YjFmYjc2ZjNiYTM5YWVjOCIsImlhdCI6MTc0NzMxNjY4MSwiZXhwIjoyMDYyNjc2NjgxfQ.ZAsmTvECJxKf8Dl0pf-L1tox7yOndHQjAZNwMmWCZvk
|
token: {secrets.home_assistant.token}
|
||||||
domain: switch
|
|
||||||
initial_state: off
|
initial_state: off
|
||||||
off_when_shutdown: True
|
off_when_shutdown: True
|
||||||
off_when_shutdown_delay: 0
|
off_when_shutdown_delay: 0
|
||||||
@@ -85,4 +86,4 @@ bound_services:
|
|||||||
#frame_path: /tmp/timelapse/
|
#frame_path: /tmp/timelapse/
|
||||||
## Directory where the temporary frames are saved
|
## Directory where the temporary frames are saved
|
||||||
#ffmpeg_binary_path: /usr/bin/ffmpeg
|
#ffmpeg_binary_path: /usr/bin/ffmpeg
|
||||||
## Directory where ffmpeg is installed
|
## Directory where ffmpeg is installed
|
||||||
|
|||||||
Reference in New Issue
Block a user