Rename 'service' to 'action' in automations and scripts (#34023)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Franck Nijhof
2024-07-31 14:37:02 +02:00
committed by GitHub
parent 0bb40fd2cc
commit 6ca14d3efc
284 changed files with 1116 additions and 1116 deletions

View File

@@ -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: >-