mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
A couple small fixes for 'service' to 'action' renames in automations (#35074)
This commit is contained in:
parent
0b9d126b34
commit
4045efb01e
@ -769,7 +769,7 @@ automation:
|
|||||||
entity_id: sensor.phone_next_alarm
|
entity_id: sensor.phone_next_alarm
|
||||||
offset: -00:05:00
|
offset: -00:05:00
|
||||||
actions:
|
actions:
|
||||||
- service: light.turn_on
|
- action: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: light.bedroom
|
entity_id: light.bedroom
|
||||||
```
|
```
|
||||||
|
@ -156,7 +156,7 @@ automation my_lights:
|
|||||||
after: "16:00:00"
|
after: "16:00:00"
|
||||||
before: "23:00:00"
|
before: "23:00:00"
|
||||||
actions:
|
actions:
|
||||||
# With a single service entry, we don't need a '-' before service - though you can if you want to
|
# With a single action entry, we don't need a '-' before action - though you can if you want to
|
||||||
- action: homeassistant.turn_on
|
- action: homeassistant.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: group.living_room
|
entity_id: group.living_room
|
||||||
|
Loading…
x
Reference in New Issue
Block a user