Files
home-assistant-addons/hamh/docker-entrypoint.sh
2024-12-03 12:39:07 +01:00

12 lines
475 B
Bash

#!/usr/bin/with-contenv bashio
home-assistant-matter-hub start \
--log-level=$(bashio::config 'app_log_level') \
--disable-log-colors=$(bashio::config 'disable_log_colors') \
--mdns-network-interface="$(bashio::config 'mdns_network_interface')" \
--storage-location=/config/data \
--web-port=$(bashio::addon.ingress_port) \
--home-assistant-url='http://supervisor/core' \
--home-assistant-access-token="$SUPERVISOR_TOKEN" \
--http-ip-whitelist="172.30.32.2"