MyGit

v2.0.0

Blackymas/NSPanel_HA_Blueprint

版本发布时间: 2022-11-24 07:48:09

Blackymas/NSPanel_HA_Blueprint最新发布版本:v4.3.11(2024-08-14 02:37:39)

General

Version v2.0.0 is not just another version, but almost a new project, because a lot has changed.

Before I start with all the changes I want to thank @deejaybeam. He has joined the project. Without him this version would not have been possible

What's Changed

New ESPHome Code

for the installation via Esphome the following code must now be inserted and the 4 lines must be filled in (device_name, wifi_ssid, wifi_password and ota_password)

The other information will be loaded automatically.


substitutions:

###### CHANGE ME START ######

  device_name: "YOUR NSPANEL_NAME" 
  wifi_ssid: "YOUR WIFI SSID"
  wifi_password: "YOUR WIFI PASSWORD"

  nextion_update_url: "http://HOME-ASSISTANT-IP:8123/local/nspanel.tft" # URL to local tft File
#  nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel.tft" # URL to Github

##### CHANGE ME END #####



##### DO NOT CHANGE ANYTHING! #####

packages:
  ##### download esphome code from Github
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files: [nspanel_esphome.yaml]
    refresh: 300s

##### DO NOT CHANGE ANYTHING! #####


You can find a detailed documentation in the Github Wiki

New Contributors

Full Changelog: https://github.com/Blackymas/NSPanel_HA_Blueprint/compare/latest...v2.0.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-11-24发行的版本