Skip to content

Commit

Permalink
update path to include gdo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Apr 12, 2024
1 parent ab1957b commit e93e1de
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# You can modify this file to suit your needs.
/.esphome/
/secrets.yaml
__pycache__/
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions components/secplus_gdo/cover/gdo_door.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "esphome/core/log.h"
#include "gdo_door.h"

namespace esphome {
Expand Down
2 changes: 1 addition & 1 deletion components/secplus_gdo/cover/gdo_door.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "esphome/components/cover/cover.h"
#include "esphome/core/component.h"
#include "automation.h"
#include "../gdo.h"
#include "gdo.h"

namespace esphome {
namespace secplus_gdo {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion components/secplus_gdo/light/gdo_light.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "esphome/core/component.h"
#include "esphome/components/binary/light/binary_light_output.h"
#include "../gdo.h"
#include "gdo.h"

namespace esphome {
namespace secplus_gdo {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion components/secplus_gdo/lock/gdo_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "esphome/components/lock/lock.h"
#include "esphome/core/component.h"
#include "../gdo.h"
#include "gdo.h"

namespace esphome {
namespace secplus_gdo {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion components/secplus_gdo/select/gdo_select.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "esphome/core/component.h"
#include "esphome/core/preferences.h"
#include "../secplus_gdo.h"
#include "../gdo.h"
#include "gdo.h"

namespace esphome {
namespace secplus_gdo {
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion components/secplus_gdo/switch/gdo_switch.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "esphome/components/switch/switch.h"
#include "esphome/core/component.h"
#include "../gdo.h"
#include "gdo.h"

namespace esphome {
namespace secplus_gdo {
Expand Down
8 changes: 7 additions & 1 deletion garage-door-GDOv2-Q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ external_components:
url: https://github.com/konnected-io/konnected-esphome
refresh: 1s

# Un-comment below and comment above for local modification
# - source:
# type: local
# path: components
# components: [ secplus_gdo ]

####
# PACKAGES
# Each package includes a Garage Door Opener feature described
Expand Down Expand Up @@ -182,7 +188,7 @@ sensor:

lock:
- platform: secplus_gdo
id: gdo_lock
id: gdo_lock_remotes
secplus_gdo_id: gdo_blaq
name: $garage_lock_name

Expand Down

0 comments on commit e93e1de

Please sign in to comment.