1.7 KiB
title, description, ha_category, ha_release, ha_domain, ha_iot_class, ha_integration_type, related
title | description | ha_category | ha_release | ha_domain | ha_iot_class | ha_integration_type | related | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Google Domains | Keep your computer registered with the Google Domains dynamic DNS. |
|
0.57 | google_domains | Cloud Polling | integration |
|
With the Google Domains {% term 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 {% term integration %} in your installation, add the following to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# Example configuration.yaml entry
google_domains:
domain: subdomain.domain.com
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} domain: description: Your fully qualified domain name (FQDN) that you have chosen for your Home Assistant server. required: true type: string username: description: The generated username for this Dynamic DNS record. See your Google Domains record for details. required: true type: string password: description: The generated password for this Dynamic DNS record. See your Google Domains record for details. required: true type: string timeout: description: Timeout (in seconds) for the API calls. required: false type: integer default: 10 {% endconfiguration %}