File: /volume1/docker/homeassistant2025/custom_components/google_home/translations/en.json
{
"config": {
"step": {
"user": {
"title": "Google Home authentication",
"description": "If you need help with the configuration have a look here: https://github.com/leikoilja/ha-google-home. Use your google account username and app password. It's safer/easier to generate an app password and use it instead of the actual password. It still has the same access as the regular password, but still better than using the real password while scripting. (https://myaccount.google.com/apppasswords). If not, regular google account password should work.",
"data": {
"username": "Google account username",
"password": "Google account app password",
"master_token": "Google account master token"
}
}
},
"error": {
"auth": "Username/Password is incorrect. If your google account has 2FA enabled please generate app password (https://myaccount.google.com/apppasswords). If authentication still fails refer to https://github.com/leikoilja/ha-google-home#troubleshooting",
"pass-len": "Password length is limited to 100 characters by Google Policy (https://support.google.com/a/answer/139399). Please, change your password or use an app password (https://myaccount.google.com/apppasswords).",
"missing-inputs": "Please provide either username and password or master token",
"master-token-invalid": "Master token invalid. Make sure that the full token has been specified (including 'aas_et/')"
},
"abort": {
"single_instance_allowed": "Only a single instance is allowed."
}
},
"options": {
"step": {
"init": {
"data": {
"update_interval": "Change update interval. Increase this if you are suffering from devices timing out. Default: 180 (Seconds)"
}
}
}
},
"services": {
"delete_alarm": {
"description": "Delete an alarm from a Google Home device.",
"fields": {
"alarm_id": {
"description": "ID of an alarm (alarm/xxx).",
"name": "Alarm ID"
},
"skip_refresh": {
"description": "Skip refreshing Google Home devices after deleting an alarm.",
"name": "Skip refresh"
},
"entity_id": {
"description": "Represents a Google Home device (sensor.xxxx_alarms).",
"name": "Entity"
}
},
"name": "Delete alarm"
},
"delete_timer": {
"description": "Delete a timer from a Google Home device.",
"fields": {
"timer_id": {
"description": "ID of a timer (timer/xxx).",
"name": "Timer ID"
},
"skip_refresh": {
"description": "Skip refreshing Google Home devices after deleting a timer.",
"name": "Skip refresh"
},
"entity_id": {
"description": "Represents a Google Home device (sensor.xxxx_alarms).",
"name": "Entity"
}
},
"name": "Delete timer"
},
"reboot_device": {
"description": "Reboot a Google Home device.",
"name": "Reboot device"
},
"refresh_devices": {
"description": "Refresh the status of all Google Home Devices.",
"name": "Refresh devices"
}
}
}