forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (64 loc) · 1.17 KB
/
config.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: Manage battery backup (UPS) devices
hassio_api: true
hassio_role: manager
homeassistant_api: true
image: ghcr.io/hassio-addons/nut/{arch}
name: Network UPS Tools
options:
devices:
- config: []
driver: usbhid-ups
name: myups
port: auto
mode: netserver
shutdown_host: 'false'
users:
- actions: []
instcmds:
- all
password: ''
username: ''
ports:
3493/tcp: null
ports_description:
3493/tcp: Network UPS Tools
schema:
devices:
- config:
- str
driver: str
name: str
port: str
i_like_to_be_pwned: bool?
leave_front_door_open: bool?
list_usb_devices: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
mode: list(netserver|netclient)
remote_ups_host: str?
remote_ups_name: str?
remote_ups_password: password?
remote_ups_user: str?
shutdown_host: bool
upsd_maxage: int?
upsmon_deadtime: int?
users:
- actions:
- str
instcmds:
- str
password: password
upsmon: list(master|slave)?
username: str
slug: nut
startup: system
uart: true
udev: true
url: https://github.com/hassio-addons/addon-nut
usb: true
version: 0.9.0