mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Remove blurb about being able to use conditions (#1664)
It doesn't seem like you can use conditions in actions (anymore?), so remove the snippet to avoid confusion.
This commit is contained in:
parent
62db81541b
commit
660d2c297d
@ -48,7 +48,6 @@ automation 2:
|
|||||||
message: Oh wow you really missed something great.
|
message: Oh wow you really missed something great.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -70,4 +69,4 @@ automation:
|
|||||||
value_template: '{% raw %}{{ states.sensor.sensorluz_7_0.state < 10 }}{% endraw %}'
|
value_template: '{% raw %}{{ states.sensor.sensorluz_7_0.state < 10 }}{% endraw %}'
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.DespiertaDespacho
|
entity_id: scene.DespiertaDespacho
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user