forked from molobrakos/tellsticknet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtellsticknet-sample.conf
58 lines (58 loc) · 1.03 KB
/
tellsticknet-sample.conf
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
---
# a binary sensor
name: Door
component: binary_sensor
class: command # this is optional
protocol: arctech
model: selflearning
unit: 2
house: 27141730
device_class: opening
invert: true
---
# a light command
name: Kitchen # name unique within component for commands
component: light
protocol: arctech
model: selflearning
unit: 1
house: 2399406
---
# same light, also configured as a switch
name: Kitchen
component: switch
protocol: arctech
model: selflearning
unit: 1
house: 2399406
optimistic: true
---
# and as a binray sensor
name: Kitchen
component: binary_sensor
protocol: arctech
model: selflearning
unit: 1
house: 2399406
optimistic: true
device_class: safety
---
# a sensor
name: Livingroom # name unique across sensors
class: sensor # optional
protocol: fineoffset
model: temperaturehumidity
sensorId: 181
---
# a light responding to two commands
name: Bedroom
component: light
protocol: arctech
model: selflearning-dimmer
unit: 1
house: 11408680
aliases:
- protocol: arctech
model: selflearning
unit: 14
house: 45213518