mulcmu / home-skainet

Merge ESPHome and esp-skainet onto an esp32-s3-korvo-1 dev board
Other
19 stars 3 forks source link

Custom Commands ! #4

Closed vishnusure closed 1 year ago

vishnusure commented 1 year ago

Great Project ! kudos ! I am sure to try and report any issues ! Also can I use my own commands in the sdkconfig file ? If so need to figure out international phonetics for my custom commands as next step !

also when I add my own custom Commands how do I link the relevant action to fire up in home assistant ?

mulcmu commented 1 year ago

Here is the info for getting the phonetics for custom commands. https://github.com/espressif/esp-sr/tree/release/v1.0/tool

For the actions, I had a few automations that trigger on changes to the numeric Voice Command ID

vishnusure commented 1 year ago

Thank you !