:sparkels: Initial add-on code

This commit is contained in:
Robbert Müller 2020-07-26 19:20:29 +02:00
parent 8c52b884af
commit 29bfd81c60
15 changed files with 490 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Prometheus
# Configures Prometheus
# ==============================================================================
readonly CONFIG="/etc/prometheus/prometheus.yml"
echo "${HASSIO_TOKEN}" > '/run/home-assistant.token'