Update version and repository URL in config.yaml
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Papur (Clawdbot)
|
name: Papur (Clawdbot)
|
||||||
version: "0.1.0"
|
version: "0.2.0"
|
||||||
slug: papur_clawdbot
|
slug: papur_clawdbot
|
||||||
description: Run Clawdbot (Papur) as a Home Assistant add-on.
|
description: Run Clawdbot (Papur) as a Home Assistant add-on.
|
||||||
url: https://github.com/YOURNAME/ha-addon-papur
|
url: https://github.com/techartdev/ClawdHAAddOn
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
startup: services
|
startup: services
|
||||||
@@ -38,6 +38,10 @@ options:
|
|||||||
mikrotik_host: "192.168.88.1"
|
mikrotik_host: "192.168.88.1"
|
||||||
mikrotik_ssh_user: "papur"
|
mikrotik_ssh_user: "papur"
|
||||||
mikrotik_ssh_key_path: "/data/keys/mikrotik_papur_nopw"
|
mikrotik_ssh_key_path: "/data/keys/mikrotik_papur_nopw"
|
||||||
|
# Cleanup stale session lock files left after crashes/restarts
|
||||||
|
clean_session_locks_on_start: true
|
||||||
|
clean_session_locks_on_exit: true
|
||||||
|
|
||||||
|
|
||||||
schema:
|
schema:
|
||||||
telegram_bot_token: str
|
telegram_bot_token: str
|
||||||
@@ -52,3 +56,6 @@ schema:
|
|||||||
mikrotik_host: str
|
mikrotik_host: str
|
||||||
mikrotik_ssh_user: str
|
mikrotik_ssh_user: str
|
||||||
mikrotik_ssh_key_path: str
|
mikrotik_ssh_key_path: str
|
||||||
|
clean_session_locks_on_start: bool?
|
||||||
|
clean_session_locks_on_exit: bool?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user