File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments