diff --git a/nodes/current-state/current-state.html b/nodes/current-state/current-state.html index 6793688e5a..0e77a61ef6 100644 --- a/nodes/current-state/current-state.html +++ b/nodes/current-state/current-state.html @@ -4,6 +4,7 @@ color: "#52C0F2", inputs: 1, outputs: 1, + outputLabels: ["", "halt if"], icon: "code.png", paletteLabel: "current state", label: function() { @@ -16,7 +17,7 @@ halt_if: { value: "" }, halt_if_type: { value: "str" }, halt_if_compare: { value: "is" }, - override_topic: { value: true }, + override_topic: { value: false }, entity_id: { value: "" }, state_type: { value: "str" }, state_location: { value: "payload" }, @@ -218,7 +219,7 @@

Configuration

Convert the state of the entity to the selected type. Boolean will be convert to true based on if the string is equial by default to (y|yes|true|on|home|open). Original value stored in msg.data.original_state
State Locationstring
-
Customizable location for the entity's state. Defaults to msg.payload
+
Customizable location for the entity’s state. Defaults to msg.payload
Entity Locationstring
Customizable location for the entity object. Defaults to msg.data