mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Mythic beasts DNS Component (#7446)
* Mythic beasts DNS * ✏️ Tweaks * ✏️ Tweaks * ✏️ Sets ha_iot_class to Cloud Push * 🎨 Adds logo
This commit is contained in:
parent
4523aa2826
commit
0c97950d36
43
source/_components/mythicbeastsdns.markdown
Normal file
43
source/_components/mythicbeastsdns.markdown
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mythic Beasts DNS"
|
||||
description: "Keep your mythic beasts DNS updated"
|
||||
date: 2018-11-09 14:57
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Network
|
||||
ha_release: 0.85
|
||||
ha_iot_class: "Cloud Push"
|
||||
logo: mythic_beasts.png
|
||||
---
|
||||
|
||||
With the `mythicbeastsdns` component you can automatically update your dynamic DNS entry at [Mythic Beasts](https://www.mythic-beasts.com/).
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To use the component in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
mythicbeastsdns:
|
||||
host: YOUR_HOST
|
||||
domain: YOUR_DOMAIN
|
||||
password: YOUR_API_KEY
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The first part, or subdomain that you want to be dynamic.
|
||||
required: true
|
||||
type: string
|
||||
domain:
|
||||
description: Your domain, e.g., `example.com`.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The password for your domain. You can set this by clicking "DNS API" on the domain page.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/mythic_beasts.png
Normal file
BIN
source/images/supported_brands/mythic_beasts.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
x
Reference in New Issue
Block a user