Skip to content

Commit

Permalink
fix globals
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 12, 2023
1 parent 623bb03 commit c0a5ff0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alarm-panel-pro-interface-local-alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ packages:

# Required packages:
- packages/alarm-panel-esp32-base.yaml
# - packages/status-led.yaml
- packages/status-led.yaml

# Keep either the wifi.yaml or ethernet.yaml package below (not both)
# - packages/wifi.yaml
Expand Down
1 change: 1 addition & 0 deletions garage-door-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ packages:
remote_package:
url: http://github.com/konnected-io/konnected-esphome
ref: master
refresh: 5min
files:

####
Expand Down
1 change: 1 addition & 0 deletions garage-door-esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ packages:
remote_package:
url: http://github.com/konnected-io/konnected-esphome
ref: master
refresh: 5min
files:
####
# BASE
Expand Down
6 changes: 3 additions & 3 deletions packages/status-led.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
globals:
id: blink_on_state
type: bool
initial_value: $blink_on_state
- id: blink_on_state
type: bool
initial_value: $blink_on_state

light:
- platform: status_led
Expand Down
2 changes: 1 addition & 1 deletion packages/vl53l0x-range-sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
globals:
- id: gdo_err_margin
type: float
restore_value: true
restore_value: yes
initial_value: $open_garage_door_distance_margin_of_error

i2c:
Expand Down

0 comments on commit c0a5ff0

Please sign in to comment.