Adds port descriptions

This commit is contained in:
Franck Nijhof 2019-04-20 10:59:13 +02:00
parent f6b98735e0
commit 32105378fc
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -15,19 +15,24 @@
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"map": [ ],
"privileged": [
"SYS_TIME"
],
"ports": {
"123/udp": 123
},
},
"ports_description": {
"123/udp": "NTP; Network Time Protocol"
},
"options": {
"set_system_clock": true,
"mode": "pool",
"ntp_pool": "pool.ntp.org",
"ntp_server": ["54.39.13.155","briareus.schulte.org"]
},
"ntp_server": [
"54.39.13.155",
"briareus.schulte.org"
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"set_system_clock": "bool",