mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Remove documentation for the Google Domains integration (#35013)
* Remove documentation for the Google Domains integration * Add redirect
This commit is contained in:
parent
6e1c70d2f1
commit
b1059f8a98
@ -1,48 +0,0 @@
|
||||
---
|
||||
title: Google Domains
|
||||
description: Keep your computer registered with the Google Domains dynamic DNS.
|
||||
ha_category:
|
||||
- Network
|
||||
ha_release: 0.57
|
||||
ha_domain: google_domains
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
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](https://support.google.com/domains/answer/6147083).
|
||||
|
||||
## 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 %}
|
||||
|
||||
```yaml
|
||||
# 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](https://support.google.com/domains/answer/6147083) for details.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The generated password for this Dynamic DNS record. See your [Google Domains record](https://support.google.com/domains/answer/6147083) for details.
|
||||
required: true
|
||||
type: string
|
||||
timeout:
|
||||
description: Timeout (in seconds) for the API calls.
|
||||
required: false
|
||||
type: integer
|
||||
default: 10
|
||||
{% endconfiguration %}
|
@ -539,6 +539,7 @@ layout: null
|
||||
/integrations/geizhals /more-info/removed-integration 301
|
||||
/integrations/gntp /more-info/removed-integration 301
|
||||
/integrations/goalfeed /more-info/removed-integration 301
|
||||
/integrations/google_domains /more-info/removed-integration 301
|
||||
/integrations/gpmdp /more-info/removed-integration 301
|
||||
/integrations/griddy /more-info/removed-integration 301
|
||||
/integrations/hangouts /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user