mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 08:58:08 +08:00
chore: initial commit for home-assistant-matter-hub
This commit is contained in:
9
hamh/docker-entrypoint.sh
Normal file
9
hamh/docker-entrypoint.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
home-assistant-matter-hub start \
|
||||
--log-level=$(bashio::config 'log_level') \
|
||||
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||
--storage-location=/config/data \
|
||||
--web-port=$(bashio::config 'web_port') \
|
||||
--home-assistant-url='http://supervisor/core' \
|
||||
--home-assistant-access-token="$SUPERVISOR_TOKEN"
|
||||
Reference in New Issue
Block a user