mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Match regex timer
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
"openvpn_config": "str?",
|
"openvpn_config": "str?",
|
||||||
"openvpn_username": "str?",
|
"openvpn_username": "str?",
|
||||||
"openvpn_password": "str?",
|
"openvpn_password": "str?",
|
||||||
"run_duration": "str?",
|
"run_duration": "match(/[0-9]+[d|h|m|s]?\s?([0-9]+[h|m|s]\s?)?([0-9]+[m|s]\s?)?([0-9]+[s]?\s)?/i)?",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user