-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path006-201.yaml
65 lines (65 loc) · 1.16 KB
/
006-201.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
# Portable air conditioner
properties:
- property: daily_energy_kwh
hide: true
sensor:
read_only: true
state_class: total_increasing
device_class: energy
unit: kWh
- 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
2: low
3: medium
4: high
- property: t_power
climate:
target: is_on
- property: t_super
icon: mdi:run-fast
switch:
device_class: switch
- 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_up_down
climate:
target: swing_mode
options:
0: "off"
1: "on"
- property: t_work_mode
climate:
target: hvac_mode
options:
0: fan_only
1: heat
2: cool
3: dry
4: auto