Device automation extra fields translation for Z-Wave-JS (#119529)

pull/119540/head
Matthias Alphart 2024-06-12 22:44:50 +02:00 committed by GitHub
parent e3e80c83b7
commit 39f3a294dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -90,6 +90,27 @@
"state.node_status": "Node status changed", "state.node_status": "Node status changed",
"zwave_js.value_updated.config_parameter": "Value change on config parameter {subtype}", "zwave_js.value_updated.config_parameter": "Value change on config parameter {subtype}",
"zwave_js.value_updated.value": "Value change on a Z-Wave JS Value" "zwave_js.value_updated.value": "Value change on a Z-Wave JS Value"
},
"extra_fields": {
"code_slot": "Code slot",
"command_class": "Command class",
"data_type": "Data type",
"endpoint": "Endpoint",
"event": "Event",
"event_label": "Event label",
"event_type": "Event type",
"for": "[%key:common::device_automation::extra_fields::for%]",
"from": "From",
"label": "Label",
"property": "Property",
"property_key": "Property key",
"refresh_all_values": "Refresh all values",
"status": "Status",
"to": "[%key:common::device_automation::extra_fields::to%]",
"type.": "Type",
"usercode": "Usercode",
"value": "Value",
"wait_for_result": "Wait for result"
} }
}, },
"entity": { "entity": {