mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Merge pull request #244 from lbouriez/master
Change the type of forced-update
This commit is contained in:
@@ -50,7 +50,7 @@ The available configuration options are as follows (this is filled in with some
|
|||||||
"iface": "eth0",
|
"iface": "eth0",
|
||||||
"iterations": 0,
|
"iterations": 0,
|
||||||
"period": 300,
|
"period": 300,
|
||||||
"forced_update": false,
|
"forced_update": 300,
|
||||||
"secure_ssl": true,
|
"secure_ssl": true,
|
||||||
"providers": [
|
"providers": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"iface": "str?",
|
"iface": "str?",
|
||||||
"iterations": "int?",
|
"iterations": "int?",
|
||||||
"period": "int?",
|
"period": "int?",
|
||||||
"forced_update": "bool?",
|
"forced_update": "int?",
|
||||||
"secure_ssl": "bool?",
|
"secure_ssl": "bool?",
|
||||||
"providers": [
|
"providers": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user