-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon_config.yaml
61 lines (59 loc) · 1.18 KB
/
addon_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
#device: "/dev/tty.usbmodem1432402"
device: "/dev/tty.usbmodem1432202"
#device: "/dev/tty.usbmodem1432201"
#device: "/dev/tty.usbmodem14101"
baudrate: 115200
discovery_topic: "homeassistant"
thermometers: []
binary_sensors:
- name: "Détecteur de débit TEST"
pin: 11
device_class: "running"
relays:
- name: "Test Relay 1"
pin: 8
type: "NC"
- name: "Test Relay 2"
pin: 7
type: "NO"
- name: "Test Relay 3"
pin: 6
type: "NC"
device_class: "switch"
domain: "light"
- name: "Test Relay 4"
pin: 5
type: "NO"
device_class: "switch"
calibration_sets:
- set: joypad
x_point: 125
y_point: 4
- set: joypad
x_point: 512
y_point: 7
- set: joypad
x_point: 652
y_point: 9
sensors:
- name: "JoypadX"
pin: "A0"
threshold: 10
freq: 100
unit: bar
device_class: pressure
state_class: measurement
calibration_set: joypad
calibration_type: polynomial
calibration_precision: 20
calibration_order: 4
- name: "JoypadY"
pin: "A1"
threshold: 10
freq: 100
unit: bar
device_class: pressure
#thermometers:
# - name: "Thermometers AUTO TEST"
# pin: 12
# controler: AUTO-DS18B20