Add config.yml.
This commit is contained in:
parent
613c2c7a57
commit
6d5eec974f
1 changed files with 35 additions and 0 deletions
35
p1-logger/config.yml
Normal file
35
p1-logger/config.yml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
name: P1 Logger
|
||||||
|
version: "0.0.3"
|
||||||
|
slug: p1_logger
|
||||||
|
description: "P1 Logger add-on for Home Assistant"
|
||||||
|
image: "git.hollander.online/energy/p1-logger"
|
||||||
|
restart_policy:
|
||||||
|
name: always
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- armv7
|
||||||
|
- armhf
|
||||||
|
- aarch64
|
||||||
|
startup: services
|
||||||
|
boot: auto
|
||||||
|
map:
|
||||||
|
- ssl
|
||||||
|
- config:rw
|
||||||
|
options:
|
||||||
|
db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=p1_logger sslmode=disable"
|
||||||
|
mqtt_broker: "tls://mqtt.example.org:8883"
|
||||||
|
mqtt_topic: "p1/metrics"
|
||||||
|
mqtt_user: "your_username"
|
||||||
|
mqtt_password: "your_password"
|
||||||
|
timescaledb: "true"
|
||||||
|
log_level: "INFO"
|
||||||
|
timezone: "Europe/Amsterdam"
|
||||||
|
schema:
|
||||||
|
db: str
|
||||||
|
mqtt_broker: url
|
||||||
|
mqtt_topic: str
|
||||||
|
mqtt_user: str
|
||||||
|
mqtt_password: str
|
||||||
|
timescaledb: bool
|
||||||
|
log_level: str
|
||||||
|
timezone: str
|
Loading…
Reference in a new issue