Jan Bouwhuis
Jan Bouwhuis
Please help me to understand why how this ID field would help. This is a part that I am not yet quite familiar with. It would help if you could...
From what I see in the local tests they need to be fixed: ``` FAILED tests/components/alexa/test_intent.py::test_intent_request_with_slots - AssertionError: assert 500 == FAILED tests/components/alexa/test_intent.py::test_intent_request_with_slots_and_synonym_resolution - AssertionError: assert 500 == FAILED tests/components/alexa/test_intent.py::test_intent_request_with_slots_and_multi_synonym_resolution...
Can you answer my questions on how this is supposed to be used and especially how I can test your code, and decide if this would fit or not. This...
I tried to setup a custom skill: using https://www.home-assistant.io/integrations/alexa.intent/#create-your-amazon-alexa-custom-skill (not successfully succeeded unfortunately ). Could that help to be able to use the intents as you demonstrate? Currently I only...
I have successfully set up a test environment, but I have to pick this up later.
Got an Hello world intent running, will try some more later to see what the ID field does.
> Hi @jbouwh did you have time already to test the new intent slot variables? I have a working intent, but did not test with the code yet, may be...
My intent works, but to trigger `resolve_slot_data` I need to have another HA intent with some shared intents.
Okay, I think that I known now how this should work. I did not use node red, but created a light where the colors were the slot values, and that...
Set the PR to ready for review when you are ready.