7 lines
320 B
Bash
7 lines
320 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Prometheus
|
|
# Configures Prometheus
|
|
# ==============================================================================
|
|
echo "${SUPERVISOR_TOKEN}" > '/run/home-assistant.token'
|