mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Ask Yes/No Question Blueprint Update (#39811)
This commit is contained in:
parent
88f498cc93
commit
a8566af65d
@ -83,108 +83,6 @@ blueprint:
|
||||
min: 0
|
||||
max: 10
|
||||
mode: slider
|
||||
variables:
|
||||
yes_sentences:
|
||||
- "Yes"
|
||||
- Sure
|
||||
- Absolutely
|
||||
- Go ahead
|
||||
- Please do
|
||||
- Of course
|
||||
- That's fine
|
||||
- Do it
|
||||
- Yep
|
||||
- Yeah
|
||||
- Ok
|
||||
- Okay
|
||||
- Affirmative
|
||||
- I agree
|
||||
- Sounds good
|
||||
- You got it
|
||||
- Definitely
|
||||
- By all means
|
||||
- Why not
|
||||
- Indeed
|
||||
- Confirmed
|
||||
- Let's do it
|
||||
- Certainly
|
||||
- Right
|
||||
- Fine
|
||||
- All good
|
||||
- Make it so
|
||||
- I approve
|
||||
- That's right
|
||||
- I'm okay with that
|
||||
- No problem
|
||||
- Go for it
|
||||
- Sounds fine
|
||||
- I'm on board
|
||||
- Proceed
|
||||
- It's a yes
|
||||
- I'm in
|
||||
- Okay yes
|
||||
- That's a yes
|
||||
- Yeah go ahead
|
||||
- I'm good with that
|
||||
- Positive
|
||||
- Do that
|
||||
- It's okay
|
||||
- Works for me
|
||||
- I'm fine with that
|
||||
- Yep do it
|
||||
- Please go ahead
|
||||
- That's what I want
|
||||
- Exactly
|
||||
no_sentences:
|
||||
- "No"
|
||||
- Nope
|
||||
- Don't
|
||||
- Please don't
|
||||
- No thank you
|
||||
- I don't think so
|
||||
- Not now
|
||||
- That's a no
|
||||
- I'd rather not
|
||||
- No way
|
||||
- Not really
|
||||
- Cancel that
|
||||
- Negative
|
||||
- Stop
|
||||
- Don't do it
|
||||
- I said no
|
||||
- No need
|
||||
- Never mind
|
||||
- Not necessary
|
||||
- No that's not right
|
||||
- I disagree
|
||||
- Skip it
|
||||
- Don't proceed
|
||||
- I don't want that
|
||||
- Don't go ahead
|
||||
- Leave it
|
||||
- That's incorrect
|
||||
- I prefer not to
|
||||
- No thanks
|
||||
- I'm not okay with that
|
||||
- I'm saying no
|
||||
- Let's not
|
||||
- Not this time
|
||||
- I'm not in
|
||||
- Please don't do that
|
||||
- Don't take action
|
||||
- I'd say no
|
||||
- No action needed
|
||||
- I'm against that
|
||||
- I'd skip it
|
||||
- Rather not
|
||||
- Not today
|
||||
- I'm not sure better not
|
||||
- That's not what I want
|
||||
- That won't be necessary
|
||||
- I don't agree
|
||||
- No that's wrong
|
||||
- Let's skip that
|
||||
- I'm not comfortable with that
|
||||
|
||||
fields:
|
||||
voice_assistant:
|
||||
@ -217,9 +115,108 @@ sequence:
|
||||
entity_id: "{{voice_assistant}}"
|
||||
answers:
|
||||
- id: "yes"
|
||||
sentences: "{{yes_sentences}}"
|
||||
sentences:
|
||||
- "Yes"
|
||||
- Sure
|
||||
- Absolutely
|
||||
- Go ahead
|
||||
- Please do
|
||||
- Of course
|
||||
- That's fine
|
||||
- Do it
|
||||
- Yep
|
||||
- Yeah
|
||||
- Ok
|
||||
- Okay
|
||||
- Affirmative
|
||||
- I agree
|
||||
- Sounds good
|
||||
- You got it
|
||||
- Definitely
|
||||
- By all means
|
||||
- Why not
|
||||
- Indeed
|
||||
- Confirmed
|
||||
- Let's do it
|
||||
- Certainly
|
||||
- Right
|
||||
- Fine
|
||||
- All good
|
||||
- Make it so
|
||||
- I approve
|
||||
- That's right
|
||||
- I'm okay with that
|
||||
- No problem
|
||||
- Go for it
|
||||
- Sounds fine
|
||||
- I'm on board
|
||||
- Proceed
|
||||
- It's a yes
|
||||
- I'm in
|
||||
- Okay yes
|
||||
- That's a yes
|
||||
- Yeah go ahead
|
||||
- I'm good with that
|
||||
- Positive
|
||||
- Do that
|
||||
- It's okay
|
||||
- Works for me
|
||||
- I'm fine with that
|
||||
- Yep do it
|
||||
- Please go ahead
|
||||
- That's what I want
|
||||
- Exactly
|
||||
- id: "no"
|
||||
sentences: "{{no_sentences}}"
|
||||
sentences:
|
||||
- "No"
|
||||
- Nope
|
||||
- Don't
|
||||
- Please don't
|
||||
- No thank you
|
||||
- I don't think so
|
||||
- Not now
|
||||
- That's a no
|
||||
- I'd rather not
|
||||
- No way
|
||||
- Not really
|
||||
- Cancel that
|
||||
- Negative
|
||||
- Stop
|
||||
- Don't do it
|
||||
- I said no
|
||||
- No need
|
||||
- Never mind
|
||||
- Not necessary
|
||||
- No that's not right
|
||||
- I disagree
|
||||
- Skip it
|
||||
- Don't proceed
|
||||
- I don't want that
|
||||
- Don't go ahead
|
||||
- Leave it
|
||||
- That's incorrect
|
||||
- I prefer not to
|
||||
- No thanks
|
||||
- I'm not okay with that
|
||||
- I'm saying no
|
||||
- Let's not
|
||||
- Not this time
|
||||
- I'm not in
|
||||
- Please don't do that
|
||||
- Don't take action
|
||||
- I'd say no
|
||||
- No action needed
|
||||
- I'm against that
|
||||
- I'd skip it
|
||||
- Rather not
|
||||
- Not today
|
||||
- I'm not sure better not
|
||||
- That's not what I want
|
||||
- That won't be necessary
|
||||
- I don't agree
|
||||
- No that's wrong
|
||||
- Let's skip that
|
||||
- I'm not comfortable with that
|
||||
response_variable: response
|
||||
- choose:
|
||||
- conditions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user