Remove expire_after for action and click. https://github.com/Koenkk/zigbee2mqtt/issues/959

This commit is contained in:
Koen Kanters
2019-04-17 20:46:27 +02:00
parent 75718b360e
commit 69e9dbc5b2
-2
View File
@@ -139,7 +139,6 @@ const configurations = {
discovery_payload: {
icon: 'mdi:toggle-switch',
value_template: '{{ value_json.click }}',
expire_after: 1,
},
},
'sensor_power': {
@@ -157,7 +156,6 @@ const configurations = {
discovery_payload: {
icon: 'mdi:gesture-double-tap',
value_template: '{{ value_json.action }}',
expire_after: 1,
},
},
'sensor_brightness': {