-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path009-100.yaml
180 lines (180 loc) · 3.45 KB
/
009-100.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
climate:
presets:
- preset: eco
t_power: 1
t_eco: 1
t_fan_mute: 0
t_sleep: 0
t_super: 0
- preset: mute
t_power: 1
t_eco: 0
t_fan_mute: 1
- preset: eco_mute
t_power: 1
t_eco: 1
t_fan_mute: 1
t_sleep: 0
t_super: 0
- preset: super
t_power: 1
t_super: 1
t_eco: 0
t_fan_mute: 0
t_sleep: 0
- preset: sleep_1
t_power: 1
t_eco: 0
t_sleep: 1
t_fan_mute: 0
t_super: 0
- preset: sleep_2
t_power: 1
t_eco: 0
t_sleep: 2
t_fan_mute: 0
t_super: 0
- preset: sleep_3
t_power: 1
t_eco: 0
t_sleep: 3
t_fan_mute: 0
t_super: 0
- preset: sleep_4
t_power: 1
t_eco: 0
t_sleep: 4
t_fan_mute: 0
t_super: 0
- preset: eco_sleep_1
t_power: 1
t_eco: 1
t_sleep: 1
t_fan_mute: 0
t_super: 0
- preset: eco_sleep_2
t_power: 1
t_eco: 1
t_sleep: 2
t_fan_mute: 0
t_super: 0
- preset: eco_sleep_3
t_power: 1
t_eco: 1
t_sleep: 3
t_fan_mute: 0
t_super: 0
- preset: eco_sleep_4
t_power: 1
t_eco: 1
t_sleep: 4
t_fan_mute: 0
t_super: 0
properties:
- property: f_temp_in
climate:
target: current_temperature
- property: t_eco
icon: mdi:leaf
switch:
device_class: switch
- property: t_fan_mute
icon: mdi:volume-variant-off
switch:
device_class: switch
- property: t_fan_speed
climate:
target: fan_mode
options:
0: auto
5: low
6: middle_low
7: medium
8: middle_high
9: high
- property: t_power
climate:
target: is_on
- property: t_sleep
icon: mdi:sleep
select:
options:
0: "off"
1: general
2: for_old
3: for_young
4: for_kid
- property: t_super
icon: mdi:run-fast
switch:
device_class: switch
- property: t_up_down
climate:
target: swing_mode
options:
0: "off"
1: "on"
- property: t_temp
climate:
target: target_temperature
min_value:
celsius: 16
fahrenheit: 61
max_value:
celsius: 32
fahrenheit: 90
- property: t_temp_type
climate:
target: temperature_unit
options:
0: celsius
1: fahrenheit
- property: t_work_mode
climate:
target: hvac_mode
options:
0: fan_only
1: heat
2: cool
3: dry
4: auto
- property: daily_energy_kwh
sensor:
read_only: true
state_class: total_increasing
device_class: energy
unit: kWh
- property: f_e_arkgrille
disable: true
- property: f_e_incoiltemp
disable: true
- property: f_e_incom
disable: true
- property: f_e_indisplay
disable: true
- property: f_e_ineeprom
disable: true
- property: f_e_inele
disable: true
- property: f_e_infanmotor
disable: true
- property: f_e_inhumidity
disable: true
- property: f_e_inkeys
disable: true
- property: f_e_intemp
disable: true
- property: f_e_invzero
disable: true
- property: f_e_inwifi
disable: true
- property: f_e_outcoiltemp
disable: true
- property: f_e_outeeprom
disable: true
- property: f_e_outgastemp
disable: true
- property: f_e_outtemp
disable: true
- property: f_e_push
disable: true