node-red-contrib-google-smarthome
Version:
Lets you control Node-Red via Google Assistant or the Google Home App
65 lines • 2.57 kB
JSON
{
"googlesmarthome": {
"label": {
"name": "Name",
"username": "Username",
"password": "Password",
"usehttpnoderoot": "Use http Node-RED root path",
"httppath": "URL subpath",
"port": "Port",
"localport": "HTTP Port",
"local_scan_type": "Scan Type",
"local_scan_port": "Discovery Port",
"disabled": "Disabled",
"UDP": "UDP",
"MDNS": "mDNS",
"clientid": "Client ID",
"clientsecret": "Client Secret",
"ssloffload": "Use external SSL offload",
"publickey": "Public Key",
"privatekey": "Private Key",
"jwtkey": "Jwt Key",
"enabledebug": "Enable Node Debug",
"emails": "Authorized emails",
"usegooglelogin": "Use Google login",
"loginclientid": "Login Client ID",
"default_lang": "Default language",
"da": "Danish",
"nl": "Dutch",
"en": "English",
"fr": "French",
"de": "German",
"hi": "Hindi",
"id": "Indonesian",
"it": "Italian",
"ja": "Japanese",
"ko": "Korean",
"no": "Norwegian",
"pt-BR": "Portuguese",
"es": "Spanish",
"sv": "Swedish",
"th": "Thai",
"advanced_settings": "Advanced settings",
"accesstokenduration": "Access Token Duration (m)",
"reportinterval": "Report Interval (m)",
"request_sync_delay": "Request sync delay (s)",
"set_state_delay": "set_state message delay (s)"
},
"placeholder": {
"name": "Name",
"clientid": "OAuth Client ID",
"clientsecret": "OAuth Client secret",
"publickey": "Filename",
"privatekey": "Filename",
"jwtkey": "Filename",
"port": "Server port. -1 or empty for the Node-RED port",
"localport": "Local HTTP port. required if Node-RED uses https",
"local_scan_port": "Local port for advertise the service",
"emails": "Semicolon separated authorized emails",
"accesstokenduration": "Interval in minutes",
"reportinterval": "Interval in minutes. -1 to disable",
"request_sync_delay": "Delay for request sync after a deploy",
"set_state_delay": "Delay for sending the set_state message after state changes"
}
}
}