home-assistant.github.io/source/_components/google_domains.markdown
Trevor fb7fc0b23f Add Google Domains component (#3739)
* Add Google Domains component

* Add Google Domains image

* Add timeout to Google Domains component

* Update google_domains.markdown

* Update google_domains.markdown
2017-10-25 12:32:17 +02:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page Google Domains Keep your computer registered with the Google Domains dynamic DNS. 2017-10-23 12:00 true false true true google_domains.png Utility false 0.57

With the Google Domains component you can keep your Google Domains record up to date.

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

# Example configuration.yaml entry
google_domains:
  domain: subdomain.domain.com
  username: abc123
  password: xyz345

{% configuration binary_sensor.template %} 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 %}