Skip to content

Commit

Permalink
Switch to ESP-IDF framework; enable ESP32 Improv on the Alarm Panel Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Dec 13, 2023
1 parent f25041d commit 766eb44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alarm-panel-pro-esp32-wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packages:
# Enables a 'Warning Beep' entity, intended to be used with a piezo buzzer. This is
# implemented using a light entity with strobe effect to create a repeated beeping sound.
- packages/warning-beep.yaml

dashboard_import:
package_import_url: github://konnected-io/konnected-esphome/alarm-panel-pro-esp32-wifi.yaml@master
import_full_config: false
Expand Down
2 changes: 1 addition & 1 deletion packages/alarm-panel-esp32-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:
name: alarm-panel-pro
friendly_name: Alarm Panel Pro
project_name: konnected.alarm-panel-pro-esp32-wifi
project_version: "0.3.2"
project_version: "0.4.0"

sensor_debounce_time: 200ms
warning_beep_pulse_time: 100ms
Expand Down
10 changes: 7 additions & 3 deletions packages/core-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ esphome:
esp32:
board: wesp32
framework:
type: arduino
type: esp-idf
version: recommended

substitutions:
Expand All @@ -32,6 +32,10 @@ sensor:
name: Uptime
entity_category: diagnostic

switch:
button:
- platform: restart
name: Restart
name: Restart
entity_category: config
# - platform: factory_reset
# name: Factory Reset
# entity_category: config
4 changes: 2 additions & 2 deletions packages/wifi-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ wifi:
improv_serial:
captive_portal:

# esp32_improv:
# authorizer: false
esp32_improv:
authorizer: false

sensor:
- platform: wifi_signal
Expand Down

0 comments on commit 766eb44

Please sign in to comment.