mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
Add force_update: true for action
This commit is contained in:
@@ -106,7 +106,6 @@ const configurations = {
|
||||
icon: 'mdi:toggle-switch',
|
||||
value_template: '{{ value_json.click }}',
|
||||
json_attributes: ['battery', 'voltage', 'action', 'duration'],
|
||||
expire_after: 1,
|
||||
force_update: true,
|
||||
},
|
||||
},
|
||||
@@ -127,6 +126,7 @@ const configurations = {
|
||||
icon: 'mdi:cube',
|
||||
value_template: '{{ value_json.action }}',
|
||||
json_attributes: ['battery', 'voltage', 'angle', 'side', 'from_side', 'to_side'],
|
||||
force_update: true,
|
||||
},
|
||||
},
|
||||
'sensor_brightness': {
|
||||
|
||||
Reference in New Issue
Block a user