Google Domains


With the Google Domains integration you can keep your Google Domains dynamic DNS record up to date. To setup a dynamic domain name using Goole Domains, refer to the Use Dynamic DNS section in the Google support documentation.

Configuration

To use the integration in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
google_domains:
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

Configuration Variables

domain string Required

Your fully qualified domain name (FQDN) that you have chosen for your Home Assistant server.

username string Required

The generated username for this Dynamic DNS record. See your Google Domains record for details.

password string Required

The generated password for this Dynamic DNS record. See your Google Domains record for details.

timeout integer (Optional, default: 10)

Timeout (in seconds) for the API calls.