Item triggers: Suggest using conditions that for comparing Item state (#4530)

Signed-off-by: Florian Hotze <dev@florianhotze.com>
pull/4532/head
Florian Hotze 2024-12-31 17:30:56 +01:00 committed by GitHub
parent 25ca43d165
commit cb4d4b8c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

View File

@ -17,7 +17,7 @@
"name": "command",
"type": "TEXT",
"label": "Command",
"description": "the received command",
"description": "The received command. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -84,7 +84,7 @@
"name": "state",
"type": "TEXT",
"label": "State",
"description": "the state of the item",
"description": "The state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -151,7 +151,7 @@
"name": "previousState",
"type": "TEXT",
"label": "Previous State",
"description": "the required previous state of the item",
"description": "The required previous state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -185,7 +185,7 @@
"name": "state",
"type": "TEXT",
"label": "State",
"description": "the state of the item",
"description": "The state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -258,7 +258,7 @@
"name": "command",
"type": "TEXT",
"label": "Command",
"description": "the received command",
"description": "The received command. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -343,7 +343,7 @@
"name": "state",
"type": "TEXT",
"label": "State",
"description": "the state of the item",
"description": "The state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -428,7 +428,7 @@
"name": "previousState",
"type": "TEXT",
"label": "Previous State",
"description": "the required previous state of the item",
"description": "The required previous state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [
@ -462,7 +462,7 @@
"name": "state",
"type": "TEXT",
"label": "State",
"description": "the state of the item",
"description": "The state of the item. For anything other than exact matches, add a rule condition.",
"required": false,
"limitToOptions": false,
"options": [

View File

@ -59,7 +59,7 @@ module-type.core.GroupCommandTrigger.description = This triggers the rule if a m
module-type.core.GroupCommandTrigger.config.groupName.label = Group
module-type.core.GroupCommandTrigger.config.groupName.description = the name of the item group
module-type.core.GroupCommandTrigger.config.command.label = Command
module-type.core.GroupCommandTrigger.config.command.description = the received command
module-type.core.GroupCommandTrigger.config.command.description = The received command. For anything other than exact matches, add a rule condition.
module-type.core.GroupCommandTrigger.config.command.option.ON = ON
module-type.core.GroupCommandTrigger.config.command.option.OFF = OFF
module-type.core.GroupCommandTrigger.config.command.option.OPEN = OPEN
@ -82,7 +82,7 @@ module-type.core.GroupStateChangeTrigger.description = This triggers the rule if
module-type.core.GroupStateChangeTrigger.config.groupName.label = Group
module-type.core.GroupStateChangeTrigger.config.groupName.description = the name of the item group
module-type.core.GroupStateChangeTrigger.config.previousState.label = Previous State
module-type.core.GroupStateChangeTrigger.config.previousState.description = the required previous state of the item
module-type.core.GroupStateChangeTrigger.config.previousState.description = The required previous state of the item. For anything other than exact matches, add a rule condition.
module-type.core.GroupStateChangeTrigger.config.previousState.option.ON = ON
module-type.core.GroupStateChangeTrigger.config.previousState.option.OFF = OFF
module-type.core.GroupStateChangeTrigger.config.previousState.option.OPEN = OPEN
@ -90,7 +90,7 @@ module-type.core.GroupStateChangeTrigger.config.previousState.option.CLOSED = CL
module-type.core.GroupStateChangeTrigger.config.previousState.option.UP = UP
module-type.core.GroupStateChangeTrigger.config.previousState.option.DOWN = DOWN
module-type.core.GroupStateChangeTrigger.config.state.label = State
module-type.core.GroupStateChangeTrigger.config.state.description = the state of the item
module-type.core.GroupStateChangeTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
module-type.core.GroupStateChangeTrigger.config.state.option.ON = ON
module-type.core.GroupStateChangeTrigger.config.state.option.OFF = OFF
module-type.core.GroupStateChangeTrigger.config.state.option.OPEN = OPEN
@ -113,7 +113,7 @@ module-type.core.GroupStateUpdateTrigger.description = This triggers the rule if
module-type.core.GroupStateUpdateTrigger.config.groupName.label = Group
module-type.core.GroupStateUpdateTrigger.config.groupName.description = the name of the item group
module-type.core.GroupStateUpdateTrigger.config.state.label = State
module-type.core.GroupStateUpdateTrigger.config.state.description = the state of the item
module-type.core.GroupStateUpdateTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
module-type.core.GroupStateUpdateTrigger.config.state.option.ON = ON
module-type.core.GroupStateUpdateTrigger.config.state.option.OFF = OFF
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.ItemCommandTrigger.config.itemName.label = Item
module-type.core.ItemCommandTrigger.config.itemName.description = the name of the item
module-type.core.ItemCommandTrigger.config.command.label = Command
module-type.core.ItemCommandTrigger.config.command.description = the received command
module-type.core.ItemCommandTrigger.config.command.description = The received command. For anything other than exact matches, add a rule condition.
module-type.core.ItemCommandTrigger.config.command.option.ON = ON
module-type.core.ItemCommandTrigger.config.command.option.OFF = OFF
module-type.core.ItemCommandTrigger.config.command.option.OPEN = OPEN
@ -172,7 +172,7 @@ module-type.core.ItemStateChangeTrigger.description = This triggers the rule if
module-type.core.ItemStateChangeTrigger.config.itemName.label = Item
module-type.core.ItemStateChangeTrigger.config.itemName.description = the name of the item
module-type.core.ItemStateChangeTrigger.config.previousState.label = Previous State
module-type.core.ItemStateChangeTrigger.config.previousState.description = the required previous state of the item
module-type.core.ItemStateChangeTrigger.config.previousState.description = The required previous state of the item. For anything other than exact matches, add a rule condition.
module-type.core.ItemStateChangeTrigger.config.previousState.option.ON = ON
module-type.core.ItemStateChangeTrigger.config.previousState.option.OFF = OFF
module-type.core.ItemStateChangeTrigger.config.previousState.option.OPEN = OPEN
@ -180,7 +180,7 @@ module-type.core.ItemStateChangeTrigger.config.previousState.option.CLOSED = CLO
module-type.core.ItemStateChangeTrigger.config.previousState.option.UP = UP
module-type.core.ItemStateChangeTrigger.config.previousState.option.DOWN = DOWN
module-type.core.ItemStateChangeTrigger.config.state.label = State
module-type.core.ItemStateChangeTrigger.config.state.description = the state of the item
module-type.core.ItemStateChangeTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
module-type.core.ItemStateChangeTrigger.config.state.option.ON = ON
module-type.core.ItemStateChangeTrigger.config.state.option.OFF = OFF
module-type.core.ItemStateChangeTrigger.config.state.option.OPEN = OPEN
@ -241,7 +241,7 @@ module-type.core.ItemStateUpdateTrigger.description = This triggers the rule if
module-type.core.ItemStateUpdateTrigger.config.itemName.label = Item
module-type.core.ItemStateUpdateTrigger.config.itemName.description = the name of the item
module-type.core.ItemStateUpdateTrigger.config.state.label = State
module-type.core.ItemStateUpdateTrigger.config.state.description = the state of the item
module-type.core.ItemStateUpdateTrigger.config.state.description = The state of the item. For anything other than exact matches, add a rule condition.
module-type.core.ItemStateUpdateTrigger.config.state.option.ON = ON
module-type.core.ItemStateUpdateTrigger.config.state.option.OFF = OFF
module-type.core.ItemStateUpdateTrigger.config.state.option.OPEN = OPEN