home-assistant-addons/opendtu-logger/config.yml

29 lines
No EOL
641 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration/
---
name: OpenDTU Logger
version: "0.0.10"
slug: opendtu_logger
description: "OpenDTU Logger add-on for Home Assistant"
image: "git.hollander.online/energy/opendtu-logger"
restart_policy:
name: always
arch:
- amd64
- armv7
- armhf
- aarch64
startup: application
boot: auto
map:
- ssl
- config:rw
options:
db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=opendtu_logger sslmode=disable"
opendtu: "192.168.12.79"
timescaledb: "true"
tz: "Europe/Amsterdam"
schema:
db: str
opendtu: str
timescaledb: bool
tz: str