Skip to content

Commit b271c6d

Browse files
committed
🇨🇳 hassio for china
1 parent 6f14cd9 commit b271c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎supervisor/store/validate.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from ..validate import RE_REPOSITORY
77
from .const import StoreType
88

9-
URL_COMMUNITY_ADDONS = "https://github.com/hassio-addons/repository"
10-
URL_ESPHOME = "https://github.com/esphome/home-assistant-addon"
9+
URL_COMMUNITY_ADDONS = "https://gitee.com/hassio/addons"
10+
URL_ESPHOME = "https://gitee.com/hassio/esphome-addon"
1111
URL_MUSIC_ASSISTANT = "https://github.com/music-assistant/home-assistant-addon"
1212
BUILTIN_REPOSITORIES = {
1313
StoreType.CORE,

0 commit comments

Comments
 (0)