mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-19 01:56:29 +00:00
Remove expire_after for action and click. https://github.com/Koenkk/zigbee2mqtt/issues/959
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user