Announcement
Collapse
No announcement yet.
Turn off WELCOME TO HOMESEER
Collapse
X
-
And since the file is in the program folder you can't save it. So either start notepad as an administrator or store the new file somewhere else and then copying it over the existing file.
-
Originally posted by kellermix View PostHi.
Is there a way to turn off "WELCOME TO HOMESEER" speech when the system reboots. I do need all other notifications still to speak!
hs.Speak("Welcome to Home-Seer", True)
to this
' hs.Speak("Welcome to Home-Seer", True)
Then, do the same thing for this line to prevent the port number from being spoken:
hs.Speak("Web server port number is " & port)
change to this
' hs.Speak("Web server port number is " & port)
Leave a comment:
-
As noted, it's in the 'startup.vb' script in the Scripts folder.
There should be lines like this:
' Speak - comment the next line if you do not want HomeSeer to speak at startup.
'hs.Speak("Welcome to Home-Seer", True)
Leave a comment:
-
Guest repliedIf I remember well, You have to remove it from the startup script ( startup.vb )
Leave a comment:
-
Turn off WELCOME TO HOMESEER
Hi.
Is there a way to turn off "WELCOME TO HOMESEER" speech when the system reboots. I do need all other notifications still to speak!Tags: None
Leave a comment: