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

30 lines
735 B
YAML
Raw Normal View History

# https://developers.home-assistant.io/docs/add-ons/configuration/
---
2024-07-25 21:18:31 +02:00
name: OpenDTU Logger
version: "0.0.10"
2024-07-25 21:18:31 +02:00
slug: opendtu_logger
description: "OpenDTU Logger add-on for Home Assistant"
2024-07-26 19:30:26 +02:00
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
2024-07-25 21:18:31 +02:00
image: "git.hollander.online/energy/opendtu-logger"
restart_policy:
name: always
arch:
- amd64
- armv7
- armhf
- aarch64
startup: application
2024-07-25 21:18:31 +02:00
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