Skip to content

Commit 5c3bf5b

Browse files
authored
Merge pull request #2 from jwillemsen/jwi-climatecontrolrework
Major integration rework and support regular Daikin AC Units
2 parents d1592f2 + 690febb commit 5c3bf5b

15 files changed

+1356
-1711
lines changed

custom_components/daikin_residential_altherma/NOTELONTRA.txt

-148
This file was deleted.

custom_components/daikin_residential_altherma/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=2)
3030

31-
COMPONENT_TYPES = ["climate", "sensor", "water_heater"]
32-
31+
COMPONENT_TYPES = ["climate", "sensor", "water_heater", "switch", "select"]
3332

3433
CONFIG_SCHEMA = vol.Schema(
3534
vol.All(
@@ -42,7 +41,6 @@
4241
extra=vol.ALLOW_EXTRA,
4342
)
4443

45-
4644
async def async_setup(hass, config):
4745
"""Setup the Daikin Residential component."""
4846

0 commit comments

Comments
 (0)