Skip to content

Commit

Permalink
Mark more addons deprecated; update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikbaberg committed Jan 15, 2024
1 parent 56bf5f2 commit 167a5b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 3dprinter/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "3DPrinter",
"name": "3DPrinter (Deprecated)",
"version": "2023.1.0",
"slug": "3dprinter",
"description": "3DPrinter add-on for Home Assistant. OctoPrint, Klipper and more.",
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,52 @@

Some addons for Home Assistant.

## 3DPrinter

Addon for use with a 3D printer. Includes OctoPrint and mjpg-streamer. Also contains experimental support for Klipper and Moonraker.
This addon replaces all other versions of "OctoPrint" below.

If you are looking for addons related to 3D-printing, please go to [https://github.com/fredrikbaberg/ha-3dprinter-addons/](https://github.com/fredrikbaberg/ha-3dprinter-addons/), the ones here are outdated.

## iPerf3 [![iperf3](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/iperf3.yml/badge.svg)](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/iperf3.yml)

Addon for iPerf3 server/client


## mjpg-streamer [![mjpg-streamer](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/mjpg-streamer.yml/badge.svg)](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/mjpg-streamer.yml)

Addon for mjpg-streamer, to stream camera to e.g. OctoPrint.


## TSD [![tsd](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/tsd.yml/badge.svg)](https://github.com/fredrikbaberg/hassio-addons/actions/workflows/tsd.yml)

Addon for The Spaghetti Detective. Requires advanced configuration.

# Deprecated!

The following addons are deprecated and out of date.

## (Deprecated!) 3DPrinter

Addon for use with a 3D printer. Includes OctoPrint and mjpg-streamer. Also contains experimental support for Klipper and Moonraker.
This addon replaces all other versions of "OctoPrint" below.

## OctoPrint
## (Deprecated!) OctoPrint

There are currently multiple versions of OctoPrint addons in this repository. By the end of 2021 those will be replaced by "3DPrinter".

### OctoPrint ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/octoprint-amd64-image?sort=semver)
### (Deprecated!) OctoPrint ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/octoprint-amd64-image?sort=semver)

Run OctoPrint as an addon in Home Assistant.

Please report issues here, or through the following [thread](https://community.home-assistant.io/t/repository-octoprint/22883).


### OctoPrint dev ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/octoprint-dev-amd64-image?sort=semver)
### (Deprecated!) OctoPrint dev ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/octoprint-dev-amd64-image?sort=semver)

Run OctoPrint as an addon in Home Assistant, Dev version

Please report issues here, or through the following [thread](https://community.home-assistant.io/t/repository-octoprint/22883).

### OctoPrint Next ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/addon-octoprint-next-amd64?sort=semver)
### (Deprecated!) OctoPrint Next ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/addon-octoprint-next-amd64?sort=semver)

Run OctoPrint as an addon in Home Assistant, Dev version

Please report issues here, or through the following [thread](https://community.home-assistant.io/t/repository-octoprint/22883).

### OctoPrint Klipper ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/addon-octoprint-klipper-amd64?sort=semver)
### (Deprecated!) OctoPrint Klipper ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/fredrikbaberg/addon-octoprint-klipper-amd64?sort=semver)

OctoPrint with Klipper. Please report issues here in GitHub.
4 changes: 2 additions & 2 deletions tsd/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "TSD",
"name": "TSD (Deprecated)",
"version": "0.1.1",
"slug": "tsd",
"description": "TSD add-on for Home Assistant",
Expand Down Expand Up @@ -58,6 +58,6 @@
"/data/app",
"/data/web"
],
"stage": "experimental",
"stage": "deprecated",
"image": "fredrikbaberg/addon-tsd-{arch}"
}

0 comments on commit 167a5b6

Please sign in to comment.