Skip to content

Commit b2ebaa1

Browse files
committed
🇨🇳 hassio for china
1 parent 7de867c commit b2ebaa1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎supervisor/store/const.py‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ class BuiltinRepository(StrEnum):
2222

2323
# Git-based built-in repositories
2424
CORE = REPOSITORY_CORE
25-
COMMUNITY_ADDONS = "https://github.com/hassio-addons/repository"
26-
ESPHOME = "https://github.com/esphome/home-assistant-addon"
27-
MUSIC_ASSISTANT = "https://github.com/music-assistant/home-assistant-addon"
25+
COMMUNITY_ADDONS = "https://gitee.com/hassio/addons"
26+
ESPHOME = "https://gitee.com/hassio/esphome-addon"
27+
MUSIC_ASSISTANT = "https://gitee.com/hassio/music-assistant-addon"
28+
29+
HACS_CHINA = "https://gitee.com/hacs-china/addons"
30+
HASSCC = "https://gitee.com/hasscc/addons"
31+
DESMOND = "https://gitee.com/desmond_GT/hassio-addons"
2832

2933
@property
3034
def git_url(self) -> str:

0 commit comments

Comments
 (0)