Files
hassio-addons/scrutiny/rootfs/run.sh
2021-04-03 12:14:18 +02:00

13 lines
314 B
Bash

#!/usr/bin/with-contenv bashio
# wait for scrutiny to load
bashio::net.wait_for 8080
#####################
# ADD LOCAL DEVICES #
#####################
# search for local devices
scrutiny-collector-metrics run >/dev/null && bashio::log.info "Local Devices Added" || bashio::log.error "Local Devices Not Added"