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

This commit is contained in:
Franck Nijhof 2024-07-31 14:36:53 +02:00 committed by GitHub
parent f14471112d
commit 8b96c7873f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 414 additions and 275 deletions

View file

@ -113,6 +113,7 @@ SUN_EVENT_SUNRISE: Final = "sunrise"
# #### CONFIG ####
CONF_ABOVE: Final = "above"
CONF_ACCESS_TOKEN: Final = "access_token"
CONF_ACTION: Final = "action"
CONF_ADDRESS: Final = "address"
CONF_AFTER: Final = "after"
CONF_ALIAS: Final = "alias"