-
-
Notifications
You must be signed in to change notification settings - Fork 330
Open
edwardtfn/NSPanel-Easy
#11Labels
BugIdentifies an issue where the system is not functioning as expected.Identifies an issue where the system is not functioning as expected.DocumentationRelated to improvements or additions needed in project documentation.Related to improvements or additions needed in project documentation.Solved in `dev`Marks issues that have been resolved in the dev branch, pending release.Marks issues that have been resolved in the dev branch, pending release.
Milestone
Description
TFT Version
No response
Firmware Version
No response
Blueprint Version
No response
Panel Model
None
What is the bug?
I tried following the instructions on changing the WiFi password
Just copy-pasting returns an error
'ota' requires a 'platform' key but it was not specified.
I combined it with the instructions for a Custom OTA Password and that seemed to work better.
Basically just using
# change OTA password, remove after flashing
esphome:
on_boot:
- priority: 601.0
then:
- lambda: |-
id(ota_std).set_auth_password("New password");
ota:
- id: !extend ota_std
password: !secret wifi_password
First and then removing this section again, updating the secret wifi_password.
Steps to Reproduce
No response
Your Panel's YAML
ESPHome Logs
Home Assistant Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIdentifies an issue where the system is not functioning as expected.Identifies an issue where the system is not functioning as expected.DocumentationRelated to improvements or additions needed in project documentation.Related to improvements or additions needed in project documentation.Solved in `dev`Marks issues that have been resolved in the dev branch, pending release.Marks issues that have been resolved in the dev branch, pending release.