-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·39 lines (39 loc) · 895 Bytes
/
Copy pathconfig.yaml
File metadata and controls
executable file
·39 lines (39 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Bitwarden secrets for Home Assistant
version: 1.5.3
slug: bitwarden-secrets
description: Manage Home Assistant secrets easily from Bitwarden.
arch:
- aarch64
- amd64
init: false
codenotary: notary@home-assistant.io
startup: application
stage: stable
boot: auto
url: https://github.com/ElVit/hassio-addons/tree/main/bitwarden-secrets
hassio_role: default
hassio_api: true
map:
- addon_config:rw
- homeassistant_config:rw
options:
log_level: info
bitwarden:
server: http://a0d7b954-bitwarden:7277/
username: homeassistant@localhost.lan
password: homeassistant
organization: Home Assistant
repeat:
enabled: false
interval: 3600
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)
bitwarden:
server: str
username: str
password: str
organization: str
repeat:
enabled: bool
interval: int?
secrets_file: str?