home-assistant.io/source/_integrations/google_domains.markdown
Quentame a98e218f3a
Migrate Google integrations to brands (#12306)
* Migrate Google integrations to brands

* Add Google Play Music

* Add Android TV
2020-03-08 03:11:34 +01:00

991 B

title, description, ha_category, ha_release, ha_domain
title description ha_category ha_release ha_domain
Google Domains Keep your computer registered with the Google Domains dynamic DNS.
Network
0.57 google_domains

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: integer default: 10 {% endconfiguration %}