Update nspanel_esphome_prebuilt.yaml
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
device_name: nspanel
|
device_name: nspanel
|
||||||
wifi_ssid: "nspanel"
|
wifi_ssid: "nspanel"
|
||||||
wifi_password: ""
|
wifi_password: "NSPanel_HA_Blueprint"
|
||||||
nextion_update_url: ""
|
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint"
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
remote_package:
|
remote_package:
|
||||||
@@ -20,14 +20,26 @@ esphome:
|
|||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://Blackymas/NSPanel_HA_Blueprint/nspanel_esphome_prebuilt.yaml@dev # Must be updated
|
package_import_url: github://Blackymas/NSPanel_HA_Blueprint/nspanel_esphome_prebuilt.yaml@dev # Must be updated
|
||||||
ref: dev
|
|
||||||
import_full_config: false
|
import_full_config: false
|
||||||
|
|
||||||
captive_portal:
|
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- id: !extend tft_update
|
- id: !extend tft_update
|
||||||
internal: true
|
internal: true
|
||||||
|
|
||||||
# - id: !extend tft_reparse_off
|
- id: !extend tft_reparse_off
|
||||||
# internal: true
|
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