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

Commit 9fef56e

Browse files
committed
update
1 parent 00dd45c commit 9fef56e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
_A component which allows you to track and update custom cards/components and python_scripts._
44

5-
## `5.0.0` Causes major breaking changes
6-
this is due to the restructuring to suit Home Assistant's "Great Migration" at version 0.92
5+
## Partial deprecation.
6+
7+
Continued development for this custom_component have now come to a stop.
8+
There will be no new features added to this, and only blocking major issues will be fixed.
9+
The service that generates the json files [here](https://github.com/custom-cards/information/blob/master/repos.json) and [here](https://github.com/custom-components/information/blob/master/repos.json) will shut down later 2019 or early 2020 (more details will be posted later.)
10+
11+
Why?, you can read most of my issues with it here https://github.com/custom-components/custom_updater/issues/117
12+
13+
What now? [HACS](https://github.com/custom-components/hacs)
14+
HACS are not a full replacement, but it replaces most of the functionality and support, and then some, check it out :)
715

8-
**To get the best use for this component, use it together with the [tracker-card](https://github.com/custom-cards/tracker-card)**
916

1017
***
1118

12-
## For installation and updating and for more info about this component have a look at the ["docs".](https://custom-components.github.io/custom_updater/Installation)
19+
For installation and updating and for more info about this component have a look at the ["docs".](https://custom-components.github.io/custom_updater/Installation)
1320

1421
***
1522

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"domain": "custom_updater",
3+
"name": "custom_updater",
4+
"documentation": "https://custom-components.github.io/custom_updater/Installation",
5+
"dependencies": [],
6+
"codeowners": ["@ludeeus"],
7+
"requirements": ["pyupdate==1.4.0"]
8+
}

0 commit comments

Comments
 (0)