Fix missing colorTemperatureInKelvin from Alexa responses#19069
Fix missing colorTemperatureInKelvin from Alexa responses#19069balloob merged 3 commits intohome-assistant:devfrom
Conversation
|
Thanks for helping out with the test and indentation |
|
Thanks for finding this. Helped out because I wanted to make sure it made the beta. |
|
Glad I could help. It took me a while to understand how HA is put together internally, but it's quite straightforward now that I'm starting to see how the different parts fit |
* Fix missing colorTemperatureInKelvin from Alexa responses * Update smart_home.py * Add test
|
Hello, i still have that issue when using HUE strip exposed via HA to Alexa. Change to every color doesn't give any error, but when i'm asking to switch on "white" (just white, no other type of color.. i'm italian so i'm asking "bianco"), the strip changes color but Alexa report a "Server error". How can i help you to check and fix that issue? thanks! |
|
Best to open a new issue, I think. I found this one by adding debug and checking that the response matched what was in the docs, but it's still working for me with my devices. Maybe someone more familiar with Alexa will be able to help. |
Description:
Related issue (if applicable): fixes #18827
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Example entry for
configuration.yaml(if applicable):Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTSvariable (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.If the code does not interact with devices: