We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462fbaa commit 143a37cCopy full SHA for 143a37c
custom_components/ta_cmi/__init__.py
@@ -97,7 +97,9 @@ def __init__(
97
98
for dev_raw in devices:
99
device_id: str = dev_raw[CONF_DEVICE_ID]
100
- device: Device = Device(device_id, cmi_api, self._coe_sleep_function)
+ device: Device = Device(
101
+ device_id, cmi_api, CMIDataUpdateCoordinator._coe_sleep_function
102
+ )
103
104
if CONF_DEVICE_TYPE in dev_raw:
105
device.set_device_type(dev_raw[CONF_DEVICE_TYPE])
0 commit comments