Skip to content

Commit 690febb

Browse files
committed
Cleanup
* custom_components/daikin_residential_altherma/select.py:
1 parent 927bdc3 commit 690febb

File tree

1 file changed

+0
-5
lines changed
  • custom_components/daikin_residential_altherma

1 file changed

+0
-5
lines changed

custom_components/daikin_residential_altherma/select.py

-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ async def async_setup_entry(hass, entry, async_add_entities):
4747
_LOGGER.info("Device '%s' provides demandControl", device.name)
4848
sensor2 = DaikinDemandSelect(device, embedded_id, management_point_type, "demandControl")
4949
sensors.append(sensor2)
50-
# if type(vv) == dict:
51-
# value_value = vv.get("value")
52-
# settable = vv.get("settable", False)
53-
# values = vv.get("values", [])
54-
# if value_value is not None and settable == True and "on" in values and "off" in values:
5550

5651
async_add_entities(sensors)
5752

0 commit comments

Comments
 (0)