Add force_update: true for action

This commit is contained in:
Koen Kanters
2018-08-24 23:58:44 +02:00
committed by GitHub
parent 7403fc7ce4
commit 417879b6a8
+1 -1
View File
@@ -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': {