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 529d543 commit d5b3368Copy full SHA for d5b3368
adapters/tuya/TS0013.py
@@ -5,5 +5,5 @@
5
class TS0013(TS0012):
6
def __init__(self, devices):
7
super().__init__(devices)
8
- self.devices.append(OnOffSwitch(devices, 'center', 'state_left'))
+ self.devices.append(OnOffSwitch(devices, 'center', 'state_center'))
9
0 commit comments