Skip to content

Commit

Permalink
Merge pull request #60 from konnected-io/v1-smart-panel-protocol
Browse files Browse the repository at this point in the history
Add secplus v1 with smart panel protocol.
  • Loading branch information
heythisisnate authored Jun 7, 2024
2 parents debbc5a + 7e05b12 commit 11ce9e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/secplus_gdo/select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

GDOSelect = secplus_gdo_ns.class_("GDOSelect", select.Select, cg.Component)

CONF_PROTOCOL_SELECT_OPTIONS = ["auto", "security+1.0", "security+2.0"]
CONF_PROTOCOL_SELECT_OPTIONS = ["auto", "security+1.0", "security+2.0", "security+1.0 with smart panel"]

CONFIG_SCHEMA = (
select.select_schema(GDOSelect)
Expand Down
10 changes: 5 additions & 5 deletions garage-door-GDOv2-Q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ substitutions:
name: konnected
friendly_name: GDO blaQ
project_name: konnected.garage-door-gdov2-q
project_version: "1.1.1"
project_version: "1.2.0"
garage_door_cover_name: Garage Door
garage_light_name: Garage Light
garage_openings_name: Garage Openings
Expand Down Expand Up @@ -89,7 +89,7 @@ substitutions:
status_led: GPIO18

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

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

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

Expand Down Expand Up @@ -155,7 +155,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@door-op-fixes
package_import_url: github://konnected-io/konnected-esphome/garage-door-GDOv2-Q.yaml@dev
import_full_config: false

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

0 comments on commit 11ce9e8

Please sign in to comment.