Skip to content

Commit

Permalink
Update import tags to main (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jun 29, 2024
1 parent 00e4f82 commit cd57ca6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion esp-web-tools/esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/example-configs/esp-web-tools/esp32.yaml@v1
package_import_url: github://esphome/example-configs/esp-web-tools/esp32.yaml@main

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
Expand Down
2 changes: 1 addition & 1 deletion esp-web-tools/esp32c3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esp-web-tools/esp32c3.yaml@v2
package_import_url: github://esphome/firmware/esp-web-tools/esp32c3.yaml@main

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
Expand Down
2 changes: 1 addition & 1 deletion esp-web-tools/esp32s2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esp-web-tools/esp32s2.yaml@v2
package_import_url: github://esphome/firmware/esp-web-tools/esp32s2.yaml@main

# To have a "next url" for improv serial
web_server:
2 changes: 1 addition & 1 deletion esp-web-tools/esp32s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esp-web-tools/esp32s3.yaml@v2
package_import_url: github://esphome/firmware/esp-web-tools/esp32s3.yaml@main

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
Expand Down
2 changes: 1 addition & 1 deletion esp-web-tools/esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/example-configs/esp-web-tools/esp8266.yaml@v1
package_import_url: github://esphome/example-configs/esp-web-tools/esp8266.yaml@main

# To have a "next url" for improv serial
web_server:
2 changes: 1 addition & 1 deletion esphome-web/esp32c3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esphome-web/esp32c3.yaml@v2
package_import_url: github://esphome/firmware/esphome-web/esp32c3.yaml@main
import_full_config: true

# Sets up Bluetooth LE (Only on ESP32) to allow the user
Expand Down
2 changes: 1 addition & 1 deletion esphome-web/esp32s2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esphome-web/esp32s2.yaml@v2
package_import_url: github://esphome/firmware/esphome-web/esp32s2.yaml@main
import_full_config: true

# To have a "next url" for improv serial
Expand Down
2 changes: 1 addition & 1 deletion esphome-web/esp32s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wifi:
captive_portal:

dashboard_import:
package_import_url: github://esphome/firmware/esphome-web/esp32s3.yaml@v2
package_import_url: github://esphome/firmware/esphome-web/esp32s3.yaml@main
import_full_config: true

# Sets up Bluetooth LE (Only on ESP32) to allow the user
Expand Down

0 comments on commit cd57ca6

Please sign in to comment.