mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-21 12:54:25 +01:00
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "Duck DNS",
|
|
"version": "0.1",
|
|
"slug": "duckdns",
|
|
"description": "Free dynamic DNS hosted on Amazon VPC",
|
|
"url": "https://home-assistant.io/addons/duckdns/",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"options": {
|
|
"token": null,
|
|
"domains": [null],
|
|
"seconds": 300
|
|
},
|
|
"schema": {
|
|
"token": "email",
|
|
"domain": ["str"],
|
|
"seconds": "int"
|
|
}
|
|
}
|