Rename 3dprinter-octoprint to 3dprinter-op
This commit is contained in:
parent
ec2eb141a8
commit
48d53263fb
@ -1,3 +1,3 @@
|
||||
# 3DPrinter-OctoPrint
|
||||
# 3DPrinter-OP
|
||||
|
||||
Provides OctoPrint as an addon to Home Assistant.
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
name: "3DPrinter-OctoPrint"
|
||||
version: "2022.7.017"
|
||||
slug: "3dprinter-octoprint"
|
||||
name: "3DPrinter-OP"
|
||||
version: "2022.7.018"
|
||||
slug: "3dprinter-op"
|
||||
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-op"
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
panel_icon: mdi:printer-3d
|
||||
panel_title: 3DPrinter-OctoPrint
|
||||
panel_title: 3DPrinter-OP
|
||||
arch:
|
||||
- armv7
|
||||
- amd64
|
||||
|
||||
@ -11,6 +11,8 @@
|
||||
python --version
|
||||
} || { # Otherwise create Python virtual environment.
|
||||
python3 -m venv /data/python/octoprint
|
||||
# Install wheel to speed up future installs.
|
||||
pip install wheel
|
||||
}
|
||||
pip install octoprint==$OCTOPRINT_VERSION
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user