🎉 Release of add-on Pi-hole v0.5.0

This commit is contained in:
Franck Nijhof 2018-01-07 21:06:34 +01:00
parent a3f6f35c63
commit 453386f904
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -1,6 +1,6 @@
{
"name": "Pi-hole",
"version": "0.4.0",
"version": "0.5.0",
"slug": "pi-hole",
"description": "Network-wide ad blocking using your Hass.io instance",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck",
@ -25,7 +25,8 @@
"log_level": "info",
"password": "",
"update_lists_on_start": false,
"web_port": 80,
"http_port": 80,
"https_port": 443,
"dns_port": 53,
"ssl": false,
"certfile": "fullchain.pem",
@ -41,7 +42,8 @@
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"password": "str",
"update_lists_on_start": "bool",
"web_port": "port",
"http_port": "port",
"https_port": "port",
"dns_port": "port",
"ssl": "bool",
"certfile": "str",