Skip to content

Commit 660d2c2

Browse files
ishultsfabaff
authored andcommitted
Remove blurb about being able to use conditions (home-assistant#1664)
It doesn't seem like you can use conditions in actions (anymore?), so remove the snippet to avoid confusion.
1 parent 62db815 commit 660d2c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/getting-started/automation-action.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ automation 2:
4848
message: Oh wow you really missed something great.
4949
```
5050
51-
5251
Conditions can also be part of an action. You can combine multiple service calls and conditions in a single action, and they will be processed in the order you put them in. If the result of a condition is false, the action will stop there so any service calls after that condition will not be executed.
5352
5453
```yaml
@@ -70,4 +69,4 @@ automation:
7069
value_template: '{% raw %}{{ states.sensor.sensorluz_7_0.state < 10 }}{% endraw %}'
7170
- service: scene.turn_on
7271
entity_id: scene.DespiertaDespacho
73-
```
72+
```

0 commit comments

Comments
 (0)