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
The problem seems to be in _get_devices() where the condition on self.list(device_type=device_type) is ignored when device_type is 0.
It works properly for openers(), returning just devices of device_type 2.
The text was updated successfully, but these errors were encountered:
The problem seems to be in _get_devices() where the condition on self.list(device_type=device_type) is ignored when device_type is 0.
It works properly for openers(), returning just devices of device_type 2.
The text was updated successfully, but these errors were encountered: