Use selection for mode
This commit is contained in:
parent
b0c40566ef
commit
52daae2816
@ -1,5 +1,5 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2022.11.0"
|
version: "2022.11.01"
|
||||||
slug: "3dprinter-octoprint"
|
slug: "3dprinter-octoprint"
|
||||||
description: "OctoPrint as an addon, no additional bells and whistles."
|
description: "OctoPrint as an addon, no additional bells and whistles."
|
||||||
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"
|
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)
|
5000/tcp: Web-based interface (Not required for Ingress)
|
||||||
options:
|
options:
|
||||||
camera_url: "http://b7aa59c4-camera-mjpg-streamer/"
|
camera_url: "http://b7aa59c4-camera-mjpg-streamer/"
|
||||||
recovery: false
|
mode: normal
|
||||||
reverse_proxy_test: false
|
|
||||||
schema:
|
schema:
|
||||||
camera_url: "url?"
|
camera_url: "url?"
|
||||||
recovery: "bool"
|
mode: "list(normal|recovery|reverse_proxy_test)"
|
||||||
reverse_proxy_test: "bool"
|
|
||||||
tmpfs: true
|
tmpfs: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user