Skip to content

Commit

Permalink
fix: update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 12, 2023
1 parent d110d61 commit e285003
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions static/v2board_esp32_d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions static/v2board_esp8266_d1_mini_lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e285003

Please sign in to comment.