Announcement

Collapse
No announcement yet.

How to turn off Voice Notification when a task correctly executes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to turn off Voice Notification when a task correctly executes

    How can I shut off or toggle the voice notifications that confirm a task has run?

    -Paul

    #2
    Originally posted by Wazoo View Post
    How can I shut off or toggle the voice notifications that confirm a task has run?

    -Paul
    Hi, just edit the language file. Under C:\Program Files (x86)\HomeSeer HS3\Config\tl-tasker\language you can change the default messages.

    In C:\Program Files (x86)\HomeSeer HS3\Config\tl-tasker\tl_tasker_events.ini you will find already created callback settings there you can change invidual.
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    Comment


      #3
      Originally posted by tonlof View Post
      Hi, just edit the language file. Under C:\Program Files (x86)\HomeSeer HS3\Config\tl-tasker\language you can change the default messages.

      In C:\Program Files (x86)\HomeSeer HS3\Config\tl-tasker\tl_tasker_events.ini you will find already created callback settings there you can change invidual.
      this doesn't seem to work. I've tried changing en.ini to:

      [Callback_Event]
      random1={eventname}
      random2={eventname}

      and it still changes my readback to:

      [LANDSCAPE OFF]
      Enabled=1
      Callback.Speak={welcome_phrase} {androidname}, {eventname} have now been executed.
      [VOICE ON]
      Enabled=1
      Callback.Speak={welcome_phrase} {androidname}, {eventname} have now been executed.

      Anyway to completely disable readback?? I tried:

      Callback.Speak=

      but get error

      Comment


        #4
        Originally posted by tomtnt View Post
        this doesn't seem to work. I've tried changing en.ini to:

        [Callback_Event]
        random1={eventname}
        random2={eventname}

        and it still changes my readback to:

        [LANDSCAPE OFF]
        Enabled=1
        Callback.Speak={welcome_phrase} {androidname}, {eventname} have now been executed.
        [VOICE ON]
        Enabled=1
        Callback.Speak={welcome_phrase} {androidname}, {eventname} have now been executed.

        Anyway to completely disable readback?? I tried:

        Callback.Speak=

        but get error
        Try last version and add speak=0 to your events that should not speak in tl_tasker_events.ini
        Please excuse any spelling and grammatical errors I may make.
        --
        Tasker Plugin / Speech Droid
        Tonlof | Sweden

        Comment

        Working...
        X