Skip to content

Commit

Permalink
remove dev branch for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jun 13, 2024
1 parent 040bb05 commit 3309465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions garage-door-GDOv2-Q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ substitutions:
status_led: GPIO18

external_components:
- source: github://konnected-io/konnected-esphome@dev
- source: github://konnected-io/konnected-esphome@master
components: [ mdns, secplus_gdo ]

# Un-comment below and comment above for local modification
Expand All @@ -105,7 +105,7 @@ packages:

remote_package:
url: https://github.com/konnected-io/konnected-esphome
ref: dev
ref: master
refresh: 5min
files:

Expand Down Expand Up @@ -154,7 +154,7 @@ packages:
# Enables automatic discovery and upgrades via ESPHome Dashboard
# more: https://esphome.io/guides/getting_started_hassio.html
dashboard_import:
package_import_url: github://konnected-io/konnected-esphome/garage-door-GDOv2-Q.yaml@dev
package_import_url: github://konnected-io/konnected-esphome/garage-door-GDOv2-Q.yaml@master
import_full_config: false

####
Expand Down Expand Up @@ -192,6 +192,6 @@ web_server:
esphome:
platformio_options:
lib_deps:
- https://github.com/konnected-io/gdolib#dev
- https://github.com/konnected-io/gdolib
build_flags:
- -DUART_SCLK_DEFAULT=UART_SCLK_APB

0 comments on commit 3309465

Please sign in to comment.