mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-13 21:10:54 +00:00
Rename 'service' to 'action' in automations and scripts (#34023)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.awesome_repository_latest_release
|
||||
action:
|
||||
- service: notify.notify
|
||||
- action: notify.notify
|
||||
data:
|
||||
title: "New github/repository release"
|
||||
message: >-
|
||||
@@ -154,7 +154,7 @@ trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.awesome_repository_stars
|
||||
action:
|
||||
- service: notify.notify
|
||||
- action: notify.notify
|
||||
data:
|
||||
title: "New github/repository new star"
|
||||
message: >-
|
||||
|
||||
Reference in New Issue
Block a user