home-assistant / intents

Intents to be used with Home Assistant
https://developers.home-assistant.io/docs/voice/overview/
Creative Commons Attribution 4.0 International
444 stars 503 forks source link

[SL] Fix temperature values for TTS #2380

Closed thehijacker closed 3 weeks ago

thehijacker commented 3 weeks ago

Same as for Romanian language, the float temperature values must be with comma and not dot, so the Slovenian TTS (Nabu Casa cloud) will correctly read them.

Here was the fix for Romanian language which had same problem: https://github.com/home-assistant/intents/pull/1706

Can this be done also for Slovenian language please?

andrejs2 commented 3 weeks ago

@tetele and @thehijacker thanks for notice and issue.

Fixed in https://github.com/home-assistant/intents/pull/2381

thehijacker commented 3 weeks ago

Thank you! Will test once available in next update.

andrejs2 commented 2 weeks ago

Now fixed also for sensor and temperature values. This should implement values with decimal comma. Make sure you test sensor values too :)