Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wifi ip address #2144

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions esphome/nspanel_esphome_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
project:
name: esphome.NSPanel_HA_Blueprint
version: "${version}"
# platformio_options:

Check warning on line 56 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

56:1 [comments-indentation] comment not indented like content
# build_flags:
# - -Wno-missing-field-initializers
# - -D NSPANEL_HA_BLUEPRINT_CORE
Expand Down Expand Up @@ -112,6 +112,7 @@
wifi:
id: wifi_component
power_save_mode: LIGHT
use_address: ${wifi_ipaddress}
networks:
- id: wifi_default
ssid: ${wifi_ssid}
Expand All @@ -128,9 +129,9 @@
- id: ota_std
platform: esphome
password: ${ota_password}
#safe_mode: true

Check warning on line 132 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

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

Check warning on line 133 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

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

Check warning on line 134 in esphome/nspanel_esphome_core.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

134:6 [comments] missing starting space in comment

##### Adds custom library for NSPanel HA Blueprint project
nspanel_ha_blueprint:
Expand Down
1 change: 1 addition & 0 deletions prebuilt/nspanel_esphome_prebuilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
device_name: nspanel
wifi_ssid: nspanel
wifi_password: NSPanel_Blueprint
wifi_ipaddress: ${device_name}.local

##### DON'T CHANGE THIS ######
NSPANEL_HA_BLUEPRINT_PREBUILT: "true"
Expand Down Expand Up @@ -83,7 +84,7 @@
- id: ota_web
platform: http_request

#select:

Check warning on line 87 in prebuilt/nspanel_esphome_prebuilt.yaml

View workflow job for this annotation

GitHub Actions / Code scan (YAML)

87:2 [comments] missing starting space in comment
# - id: !extend tft_file_model
# options:
# - "NSPanel Blank"
Expand Down
Loading