forked from ziv1234/hass_dynalite_component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
156 lines (149 loc) · 3.36 KB
/
configuration.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
# tts:
# - platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
logger:
default: info
logs:
custom_components.dynalite: debug
dynalite:
bridges:
- host: GATEWAY IP ADDRESS
port: GATEWAY PORT
autodiscover: true
polltimer: 1
areacreate: auto
log_level: debug
area:
'7':
name: Girls Room
template: room
channel:
'1':
name: Wall
'2':
name: East
'3':
name: West
'8':
name: Master Bedroom
template: room
channel:
'2':
name: Ceiling
'3':
name: Wall
'4':
name: Left Reading
'6':
name: Bathroom
'9':
name: Office
template: room
# templateoverride:
# room_on: 1
# room_off: 4
channel:
'1':
name: Center
'2':
name: East
fade: 2 # XXX remove, just leave to check
'3':
name: West
'10':
name: Cinema
template: room
channel:
'1':
name: Spot
'2':
name: Wall
'3':
name: Wall Plug
'11':
name: Cinema Bathroom
template: room
channel:
'1':
name: AAA
'12':
name: MAMAD
template: room
channel:
'1':
name: MAMAD
hidden: true
'13':
name: Guest Room
template: room
channel:
'1':
name: Wall
'2':
name: Spot
'16':
name: Back Garden
template: room
channel:
'1':
name: Lights
hidden: true
'108':
name: Office Blind
template: channelcover
areaoverride: Office
'110':
name: Cinema Blind
template: channelcover
areaoverride: Cinema
'111':
name: Guest Room Blind
template: channelcover
areaoverride: Guest Room
'165':
name: UNKNOWN XXX
template: hidden
'170':
name: UNKNOWN XXX
template: hidden
'171':
name: UNKNOWN XXX
template: hidden
'183':
name: Entrance Gate Internal
template: hidden
'184':
name: Entrance Gate
template: trigger
'213':
name: Cinema Mode
template: room
areaoverride: Cinema
preset:
'1':
name: 'On'
fade: 0
'4':
name: 'Off'
fade: 0
template:
'aaa':
room_on: 2
room_off: 5
'room':
room_off: 4
'channelcover':
channel: 2
class: blind
factor: 0.73
tilt: 0.02
default:
fade: 0