Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit f8b2574

Browse files
committed
⚠️ IDE add-on is now deprecated
1 parent d675d7f commit f8b2574

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@
2323

2424
Advanced IDE for Home Assistant, based on Cloud9 IDE
2525

26+
## Deprecation warning
27+
28+
**This add-on is in a deprecated state!**
29+
30+
This add-on is powered by the Cloud9 IDE project, which has been acquired by
31+
Amazon in 2016. As of 17 October 2018, the open source development of the
32+
Cloud9 Core has been halted.
33+
34+
It became harder to maintain and keep this add-on running. As the world
35+
advances, but the C9 does not, so things become incompatible over time.
36+
37+
The point of no longer being able to upgrade parts of the add-on, has come.
38+
39+
Therefore this add-on will no longer receive any updates and is deprecated.
40+
41+
If you are running Hass.io on an amd64 based system, we would recommend changing
42+
to the vscode add-on. For other architectures (e.g., Raspberry Pi), we expect
43+
to release an alternative add-on.
44+
2645
## About
2746

2847
Cloud9 IDE is an online integrated development environment. It supports
@@ -261,7 +280,7 @@ SOFTWARE.
261280
[ohmyzsh]: http://ohmyz.sh/
262281
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
263282
[patreon]: https://www.patreon.com/frenck
264-
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
283+
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
265284
[reddit]: https://reddit.com/r/homeassistant
266285
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-ide.svg
267286
[releases]: https://github.com/hassio-addons/addon-ide/releases

ide/.README.j2

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@
1010

1111
Advanced IDE for Home Assistant, based on Cloud9 IDE
1212

13+
## Deprecation warning
14+
15+
**This add-on is in a deprecated state!**
16+
17+
This add-on is powered by the Cloud9 IDE project, which has been acquired by
18+
Amazon in 2016. As of 17 October 2018, the open source development of the
19+
Cloud9 Core has been halted.
20+
21+
It became harder to maintain and keep this add-on running. As the world
22+
advances, but the C9 does not, so things become incompatible over time.
23+
24+
The point of no longer being able to upgrade parts of the add-on, has come.
25+
26+
Therefore this add-on will no longer receive any updates and is deprecated.
27+
28+
If you are running Hass.io on an amd64 based system, we would recommend changing
29+
to the vscode add-on. For other architectures (e.g., Raspberry Pi), we expect
30+
to release an alternative add-on.
31+
1332
## About
1433

1534
Cloud9 IDE is an online integrated development environment. It supports
@@ -76,7 +95,7 @@ If you are more interested in stable releases of our add-ons:
7695
[ohmyzsh]: http://ohmyz.sh/
7796
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
7897
[patreon]: https://www.patreon.com/frenck
79-
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
98+
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
8099
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
81100
[release]: {{ repo }}/tree/{{ version }}
82101
[screenshot]: {{ repo }}/raw/master/images/screenshot.png

0 commit comments

Comments
 (0)