This commit is contained in:
parent
6d26915c69
commit
bef15264b7
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class XiaomiButton(XiaomiBinarySensor):
|
||||||
click_type = 'both'
|
click_type = 'both'
|
||||||
elif value == 'shake':
|
elif value == 'shake':
|
||||||
click_type = 'shake'
|
click_type = 'shake'
|
||||||
elif value == 'long_click':
|
elif value in ['long_click', 'long_both_click']:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
_LOGGER.warning("Unsupported click_type detected: %s", value)
|
_LOGGER.warning("Unsupported click_type detected: %s", value)
|
||||||
|
|
Loading…
Add table
Reference in a new issue