intents
intents copied to clipboard
Update HassGetWeather.yaml (Partly Cloudy mismatch)
When the weather is "Partly Cloudy" the HassGetWeather intent is not correctly matching the map value because it searches for "partly cloudy" instead of "partlycloudy". To keep things consistent, we can replace all spaces with hyphens, since that's how the map keys are formatted.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:
Thanks, but your PR is not enough to fix the issue. First off, you have the same issue which you left unaddressed for clear-night
, lightning-rainy
, snowy-rainy
and windy-variant
.
But more importantly, the issue runs deeper than this. See https://github.com/home-assistant/intents/discussions/1768 for clarification. We need a better solution which makes both translated and untranslated states available in the responses.
Because there hasn't been any activity on this PR for quite some time now, I've decided to close it for being stale.
Feel free to re-open this PR when you are ready to pick up work on it again 👍
../Frenck