fix: update urls
This commit is contained in:
parent
d110d61c7f
commit
e285003944
|
@ -3,7 +3,7 @@
|
||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/ratgdo/esphome-ratgdo
|
||||||
refresh: 1s
|
refresh: 1s
|
||||||
|
|
||||||
preferences:
|
preferences:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"keywords": "ratgdo, esphome",
|
"keywords": "ratgdo, esphome",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/esphome-ratgdo/esphome-ratgdo"
|
"url": "https://github.com/ratgdo/esphome-ratgdo"
|
||||||
},
|
},
|
||||||
"authors": [],
|
"authors": [],
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
|
|
|
@ -25,11 +25,11 @@ esp32:
|
||||||
board: wemos_d1_mini32
|
board: wemos_d1_mini32
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://esphome-ratgdo/esphome-ratgdo/v2board_esp32_d1_mini.yaml@main
|
package_import_url: github://ratgdo/esphome-ratgdo/v2board_esp32_d1_mini.yaml@main
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/ratgdo/esphome-ratgdo
|
||||||
files: [base.yaml]
|
files: [base.yaml]
|
||||||
refresh: 1s
|
refresh: 1s
|
||||||
|
|
||||||
|
|
|
@ -26,11 +26,11 @@ esp8266:
|
||||||
restore_from_flash: true
|
restore_from_flash: true
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://esphome-ratgdo/esphome-ratgdo/v2board_esp8266_d1_mini_lite.yaml@main
|
package_import_url: github://ratgdo/esphome-ratgdo/v2board_esp8266_d1_mini_lite.yaml@main
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/ratgdo/esphome-ratgdo
|
||||||
files: [base.yaml]
|
files: [base.yaml]
|
||||||
refresh: 1s
|
refresh: 1s
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue