Skip to content

Commit

Permalink
docs(events-state): Change some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Oct 7, 2020
1 parent 6f5f82a commit 711f334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/node/events-state.md
Expand Up @@ -36,7 +36,7 @@ If the conditional is evaluated as true send the message to the first output oth

An amount of time an entity's state needs to be in that state before triggering.

::: tip
::: warning
Output on Connect state changes will not start a timer.
:::

Expand All @@ -48,11 +48,11 @@ Output on Connect state changes will not start a timer.

Convert the state of the entity to the selected type. Boolean will be converted to true based on if the string is equal by default to (`y|yes|true|on|home|open`). Original value stored in msg.data.original_state

### Output only on state change
### Ignore state change event

- Type: `boolean`

Output only when the state has changed and not on startup/deploy
A list of possible states that will be ignore if seletected.

### Output on Connect

Expand Down

0 comments on commit 711f334

Please sign in to comment.