-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mode parameter to custom intent scripts #102203
Conversation
There are no code owners for the |
@tetele I'm wondering if we should re-use core/homeassistant/helpers/script.py Line 228 in 5901f6f
|
@synesthesiam is the script schema fully exposed in the |
I just meant using the predefined |
Oh, OK. Then i think |
I agree that |
@synesthesiam done |
Thanks! |
Breaking change
No
Proposed change
Add a
mode
parameter to customintent_script
s to prevent the behavior described in #102199. Allows an intent to have multiple instances running in parallelType of change
Additional information
single
mode, which prevent an intent from calling itself #102199Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: