Skip to content

Commit

Permalink
Suggestion: Zone 2 should perhaps be optional (#20)
Browse files Browse the repository at this point in the history
Suggestion: Zone 2 should perhaps be optional as this is not active with every heat pump.
  • Loading branch information
erikgieseler authored May 26, 2024
1 parent 598fc69 commit afd2490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/midea_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
"icon": "mdi:air-conditioner",
"name": "Zone2 Thermostat",
"zone": 1,
"default": True,
"default": False,
},
"water_heater": {
"type": Platform.WATER_HEATER,
Expand Down

0 comments on commit afd2490

Please sign in to comment.