Skip to content

Commit d769bd3

Browse files
committed
power: use updated behavior values
1 parent 967cb2d commit d769bd3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/_triggers/power.crossed_threshold.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ behavior:
136136
description: |
137137
When multiple entities are targeted, controls when the trigger fires:
138138

139-
- `any` (**Each** in the UI, default): fires every time any targeted entity crosses the threshold.
140-
- `first` (**First** in the UI): fires only on the first threshold crossing.
141-
- `last` (**All** in the UI): fires only after every targeted entity crosses the threshold.
139+
- `each`: fires every time any targeted entity crosses the threshold.
140+
- `first`: fires only on the first threshold crossing.
141+
- `all`: fires only after every targeted entity crosses the threshold.
142142
required: false
143143
type: string
144-
default: any
144+
default: each
145145
for:
146146
description: |
147147
How long the reading must remain past the threshold before the trigger fires. Accepts a duration string in `HH:MM:SS` format. For example, `00:05:00` waits 5 minutes before the trigger runs.

0 commit comments

Comments
 (0)