You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module-type.core.GroupCommandTrigger.config.command.description = the received command
62
+
module-type.core.GroupCommandTrigger.config.command.description = The received command. For anything other than exact matches, add a rule condition.
63
63
module-type.core.GroupCommandTrigger.config.command.option.ON = ON
64
64
module-type.core.GroupCommandTrigger.config.command.option.OFF = OFF
65
65
module-type.core.GroupCommandTrigger.config.command.option.OPEN = OPEN
@@ -82,15 +82,15 @@ module-type.core.GroupStateChangeTrigger.description = This triggers the rule if
82
82
module-type.core.GroupStateChangeTrigger.config.groupName.label = Group
83
83
module-type.core.GroupStateChangeTrigger.config.groupName.description = the name of the item group
84
84
module-type.core.GroupStateChangeTrigger.config.previousState.label = Previous State
85
-
module-type.core.GroupStateChangeTrigger.config.previousState.description = the required previous state of the item
85
+
module-type.core.GroupStateChangeTrigger.config.previousState.description = The required previous state of the item. For anything other than exact matches, add a rule condition.
86
86
module-type.core.GroupStateChangeTrigger.config.previousState.option.ON = ON
87
87
module-type.core.GroupStateChangeTrigger.config.previousState.option.OFF = OFF
88
88
module-type.core.GroupStateChangeTrigger.config.previousState.option.OPEN = OPEN
module-type.core.GroupStateChangeTrigger.config.previousState.option.UP = UP
91
91
module-type.core.GroupStateChangeTrigger.config.previousState.option.DOWN = DOWN
92
92
module-type.core.GroupStateChangeTrigger.config.state.label = State
93
-
module-type.core.GroupStateChangeTrigger.config.state.description = the state of the item
93
+
module-type.core.GroupStateChangeTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
94
94
module-type.core.GroupStateChangeTrigger.config.state.option.ON = ON
95
95
module-type.core.GroupStateChangeTrigger.config.state.option.OFF = OFF
96
96
module-type.core.GroupStateChangeTrigger.config.state.option.OPEN = OPEN
@@ -113,7 +113,7 @@ module-type.core.GroupStateUpdateTrigger.description = This triggers the rule if
113
113
module-type.core.GroupStateUpdateTrigger.config.groupName.label = Group
114
114
module-type.core.GroupStateUpdateTrigger.config.groupName.description = the name of the item group
115
115
module-type.core.GroupStateUpdateTrigger.config.state.label = State
116
-
module-type.core.GroupStateUpdateTrigger.config.state.description = the state of the item
116
+
module-type.core.GroupStateUpdateTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
117
117
module-type.core.GroupStateUpdateTrigger.config.state.option.ON = ON
118
118
module-type.core.GroupStateUpdateTrigger.config.state.option.OFF = OFF
119
119
module-type.core.GroupStateUpdateTrigger.config.state.option.OPEN = OPEN
@@ -153,7 +153,7 @@ module-type.core.ItemCommandTrigger.description = This triggers the rule if an i
module-type.core.ItemStateChangeTrigger.config.itemName.description = the name of the item
174
174
module-type.core.ItemStateChangeTrigger.config.previousState.label = Previous State
175
-
module-type.core.ItemStateChangeTrigger.config.previousState.description = the required previous state of the item
175
+
module-type.core.ItemStateChangeTrigger.config.previousState.description = The required previous state of the item. For anything other than exact matches, add a rule condition.
176
176
module-type.core.ItemStateChangeTrigger.config.previousState.option.ON = ON
177
177
module-type.core.ItemStateChangeTrigger.config.previousState.option.OFF = OFF
178
178
module-type.core.ItemStateChangeTrigger.config.previousState.option.OPEN = OPEN
0 commit comments