From 52daae2816762c7cd54c82919a5ccf635d7bfb3f Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 3 Nov 2022 00:50:29 +0100 Subject: [PATCH] Use selection for mode --- 3dprinter-octoprint/config.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index fa526a5..b32099e 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,5 +1,5 @@ name: "3DPrinter-OctoPrint" -version: "2022.11.0" +version: "2022.11.01" slug: "3dprinter-octoprint" description: "OctoPrint as an addon, no additional bells and whistles." url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint" @@ -25,10 +25,8 @@ ports_description: 5000/tcp: Web-based interface (Not required for Ingress) options: camera_url: "http://b7aa59c4-camera-mjpg-streamer/" - recovery: false - reverse_proxy_test: false + mode: normal schema: camera_url: "url?" - recovery: "bool" - reverse_proxy_test: "bool" + mode: "list(normal|recovery|reverse_proxy_test)" tmpfs: true