Skip to content

Commit 768c391

Browse files
✨ Update list of supported models
1 parent 50baa7a commit 768c391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

custom_components/aquarea/models.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# [id, "#{model} #{power} #{phase_count} #{tcap}"]
77
# }.to_h.to_json)') >> models.py
88

9-
HEATPUMP_MODELS = {
9+
HEATPUMP_MODELS ={
1010
"0": "WH-MDC05H3E5 5 1ph HP",
1111
"1": "WH-MDC07H3E5 7 1ph HP",
1212
"2": "WH-SXC09H3E5 9 1ph T-CAP",
@@ -53,4 +53,8 @@
5353
"43": "WH-MXC16J9E8 16 3ph T-CAP",
5454
"44": "WH-MXC12J6E5 12 1ph T-CAP",
5555
"45": "WH-SQC09H3E8 9 3ph T-CAP - Super Quiet revised model",
56+
"46": "WH-ADC0309K3E5 9 1ph HP - K-series All-in-One R32",
57+
"47": "WH-ADC0916H9E8 12 3ph T-CAP - All-In-One",
58+
"48": "WH-SDC0509L3E5 7 1 ph HP - split L-series 3kW elec heating",
59+
"49": "WH-SXC09H3E5 9 1ph T-CAP"
5660
}

0 commit comments

Comments
 (0)