mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
993 B
993 B
title, description, logo, ha_category, ha_release
| title | description | logo | ha_category | ha_release | |
|---|---|---|---|---|---|
| Google Domains | Keep your computer registered with the Google Domains dynamic DNS. | google_domains.png |
|
0.57 |
With the Google Domains integration you can keep your Google Domains record up to date.
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 %} domain: description: Your FQDN. required: true type: string username: description: The generated username for this DDNS record. required: true type: string password: description: The generated password for this DDNS record. required: true type: string timeout: description: Timeout (in seconds) for the API calls. required: false type: number default: 10 {% endconfiguration %}