-
Notifications
You must be signed in to change notification settings - Fork 60
/
config.yaml
81 lines (66 loc) · 1.48 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: "Batmon"
description: "Monitor various BMS over bluetooth"
url: https://github.com/fl4p/batmon-ha
version: "1.78"
slug: "batmon"
init: false
host_dbus: true
apparmor: true
homeassistant_api: true # http://supervisor/core/api
hassio_api: true # http://supervisor
# watchdog: true # todo https://developers.home-assistant.io/docs/add-ons/configuration/
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
services:
- mqtt:need
discovery:
- mqtt
options:
devices:
- address: D6:6C:0A:61:14:30
type: sok
alias: battery1
concurrent_sampling: false
keep_alive: true
verbose_log: false
sample_period: 1.0
publish_period: 2.0
invert_current: true
watchdog: true
expire_values_after: 20
install_newer_bleak: false
bt_power_cycle: false
schema:
devices:
- address: str
type: str
alias: "str?"
debug: "bool?"
pin: "str?"
algorithm: "str?"
current_calibration: "float?"
mqtt_user: "str?"
mqtt_password: "str?"
mqtt_broker: "str?"
mqtt_port: "int(1,65535)?"
concurrent_sampling: "bool"
invert_current: "bool"
keep_alive: "bool"
watchdog: "bool"
sample_period: "float"
publish_period: "float?"
expire_values_after: "float"
verbose_log: "bool"
bt_power_cycle: "bool?"
install_newer_bleak: "bool?"
influxdb_host: "str?"
influxdb_username: "str?"
influxdb_password: "str?"
influxdb_ssl: "bool?"
influxdb_verify_ssl: "bool?"
influxdb_database: "str?"
# telemetry: "bool?"