Rename 3dprinter-octoprint to 3dprinter-op

This commit is contained in:
Fredrik Baberg 2022-07-11 19:44:10 +02:00
parent ec2eb141a8
commit 48d53263fb
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
# 3DPrinter-OctoPrint
# 3DPrinter-OP
Provides OctoPrint as an addon to Home Assistant.

View File

@ -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

View File

@ -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
}