Skip to content

Commit

Permalink
Remove build flags and restores OTA password
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jun 14, 2024
1 parent 9797cf7 commit 09dfcb8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions esphome/nspanel_esphome_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.5.0
platformio_options:
build_flags:
- -Wno-missing-field-initializers
- -D NSPANEL_HA_BLUEPRINT_CORE
# platformio_options:

Check warning on line 49 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

49:1 [comments-indentation] comment not indented like content
# build_flags:
# - -Wno-missing-field-initializers
# - -D NSPANEL_HA_BLUEPRINT_CORE

on_boot:
- priority: 600.0 # This is where most sensors are set up.
Expand Down Expand Up @@ -118,9 +118,9 @@ wifi:

##### OTA PASSWORD #####
ota:
# - id: ota_std
platform: esphome
# password: ${ota_password}
- id: ota_std
platform: esphome
password: ${ota_password}
#safe_mode: true

Check warning on line 124 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

124:6 [comments] missing starting space in comment
#reboot_timeout: 3min

Check warning on line 125 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

125:6 [comments] missing starting space in comment
#num_attempts: 3

Check warning on line 126 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

126:6 [comments] missing starting space in comment
Expand Down

0 comments on commit 09dfcb8

Please sign in to comment.