We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14cd9 commit b271c6dCopy full SHA for b271c6d
‎supervisor/store/validate.py‎
@@ -6,8 +6,8 @@
6
from ..validate import RE_REPOSITORY
7
from .const import StoreType
8
9
-URL_COMMUNITY_ADDONS = "https://github.com/hassio-addons/repository"
10
-URL_ESPHOME = "https://github.com/esphome/home-assistant-addon"
+URL_COMMUNITY_ADDONS = "https://gitee.com/hassio/addons"
+URL_ESPHOME = "https://gitee.com/hassio/esphome-addon"
11
URL_MUSIC_ASSISTANT = "https://github.com/music-assistant/home-assistant-addon"
12
BUILTIN_REPOSITORIES = {
13
StoreType.CORE,
0 commit comments