mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Use !input instead of !placeholder (#43820)
* Use !input instead of !placeholder * Update input name * Lint * Move tests around
This commit is contained in:
@@ -159,9 +159,9 @@ blueprint:
|
||||
service_to_call:
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: !placeholder trigger_event
|
||||
event_type: !input trigger_event
|
||||
action:
|
||||
service: !placeholder service_to_call
|
||||
service: !input service_to_call
|
||||
""",
|
||||
}
|
||||
with patch("os.path.isfile", return_value=True), patch_yaml_files(files):
|
||||
|
||||
Reference in New Issue
Block a user