ImSorryButWho / HomeAssistantNotes

Notes on setting up various things in Home Assistant
120 stars 23 forks source link

Keypad spoken language #26

Closed tardich closed 9 months ago

tardich commented 9 months ago

Nice work !!! The keypad worked like a charm as soon as I implemented the blueprint !

One question, though, for which I can't find an answer. Is there any way to change the spoken language of the keypad? Right now, it's in English, and I'd like it to speak my native language, which is french.

ImSorryButWho commented 9 months ago

Yes. Configuration parameter 18 controls the spoken language. Set it to 2 for French.

For anyone finding this in the future, 0 is English and 5 is Spanish. It's possible the European version has more options, but those are the languages in the North American version.

ImSorryButWho commented 9 months ago

On the Device page for the keypad, click the Configure button. That will open up a page showing all the configuration parameters for the device, as defined in the ZwaveJS database. Scroll down to the parameter you want to change (18, in this case), and change the value.

You can also use the zwave_js.set_configuration_parameter service, but that's overkill for this user case.

tardich commented 9 months ago

Thanks a lot for the help. Growing up ! :-)