chore: add additional addon to test different settings

This commit is contained in:
t0bst4r
2024-11-01 10:43:51 +01:00
parent c8259d921c
commit cfae64bdb8
4 changed files with 52 additions and 0 deletions

View 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=8482 \
--home-assistant-url='http://supervisor/core' \
--home-assistant-access-token="$SUPERVISOR_TOKEN"