From a16006c9f18db1b5401fba93b11b7289322c4ae7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 19 Feb 2020 14:36:18 +0100 Subject: [PATCH] Add flags for stage and advanced (#1108) * Add advanced flag and stage * flag more * remove cec --- dhcp_server/config.json | 1 + dnsmasq/config.json | 1 + git_pull/config.json | 1 + google_assistant/config.json | 2 ++ 4 files changed, 5 insertions(+) diff --git a/dhcp_server/config.json b/dhcp_server/config.json index 858da84..4f2890f 100644 --- a/dhcp_server/config.json +++ b/dhcp_server/config.json @@ -5,6 +5,7 @@ "description": "A simple DHCP server", "url": "https://home-assistant.io/addons/dhcp_server/", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], + "advanced": true, "startup": "system", "boot": "auto", "host_network": true, diff --git a/dnsmasq/config.json b/dnsmasq/config.json index 7948d88..4adfaf1 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -5,6 +5,7 @@ "description": "A simple DNS server", "url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], + "advanced": true, "startup": "system", "boot": "auto", "ports": { diff --git a/git_pull/config.json b/git_pull/config.json index 3ce0ef6..c22a1a4 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -5,6 +5,7 @@ "description": "Simple git pull to update the local configuration", "url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], + "advanced": true, "startup": "services", "boot": "manual", "hassio_api": true, diff --git a/google_assistant/config.json b/google_assistant/config.json index 75b7863..6245d16 100644 --- a/google_assistant/config.json +++ b/google_assistant/config.json @@ -7,6 +7,8 @@ "startup": "application", "boot": "auto", "arch": ["armv7", "amd64"], + "advanced": true, + "stage": "experimental", "map": ["share"], "audio": true, "ports": {