You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Helper-function for _all_device_data() and async_update().
94
93
95
94
Collect data for each device and add to self.gw_devices.
96
-
"""
95
+
"""
97
96
fordevice_id, deviceinself.gw_devices.items():
98
97
data=self._get_device_data(device_id)
99
-
if ("binary_sensors"indeviceand"plugwise_notification"indevice["binary_sensors"]) or (device_id==self.gateway_idand (self._is_thermostator (self.smile_type=="power"andnotself._smile_legacy))):
0 commit comments