mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
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",
|
||||
"iterations": 0,
|
||||
"period": 300,
|
||||
"forced_update": false,
|
||||
"forced_update": 300,
|
||||
"secure_ssl": true,
|
||||
"providers": [
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"iface": "str?",
|
||||
"iterations": "int?",
|
||||
"period": "int?",
|
||||
"forced_update": "bool?",
|
||||
"forced_update": "int?",
|
||||
"secure_ssl": "bool?",
|
||||
"providers": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user