A module to use Google Home as speaker for Gladys.
Use the module store to install the module or manually using :
Name : Google Home
Version : 1.0.0
URL : https://github.com/atrovato/gladys-google-home.git
Slug: google-home
Add a new Gladys parameter GOOGLE_HOME_IP with your Google Home IP (example: 192.168.1.25).
It also can read Gladys notification with your Google Home, according to configure Gladys notification in parameters menu.
Add a new script, and let's talk :
gladys.modules['google-home'].say({
text: "Nice to see you at home",
language: "en"
});