Update nspanel_esphome_prebuilt.yaml
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
substitutions:
|
||||
device_name: nspanel
|
||||
wifi_ssid: "nspanel"
|
||||
wifi_password: ""
|
||||
nextion_update_url: ""
|
||||
wifi_password: "NSPanel_HA_Blueprint"
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint"
|
||||
|
||||
packages:
|
||||
remote_package:
|
||||
@@ -20,14 +20,26 @@ esphome:
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://Blackymas/NSPanel_HA_Blueprint/nspanel_esphome_prebuilt.yaml@dev # Must be updated
|
||||
ref: dev
|
||||
import_full_config: false
|
||||
|
||||
captive_portal:
|
||||
|
||||
button:
|
||||
- id: !extend tft_update
|
||||
internal: true
|
||||
|
||||
# - id: !extend tft_reparse_off
|
||||
# internal: true
|
||||
- id: !extend tft_reparse_off
|
||||
internal: true
|
||||
|
||||
wifi:
|
||||
ap: {}
|
||||
|
||||
# In combination with the `ap` this allows the user
|
||||
# to provision wifi credentials to the device.
|
||||
captive_portal:
|
||||
|
||||
# Sets up Bluetooth LE (Only on ESP32) to allow the user
|
||||
# to provision wifi credentials to the device.
|
||||
esp32_improv:
|
||||
authorizer: none
|
||||
|
||||
# Sets up the improv via serial client for Wi-Fi provisioning
|
||||
improv_serial:
|
||||
|
||||
Reference in New Issue
Block a user