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