test git esphome

This commit is contained in:
Blackymas
2022-11-06 22:39:30 +01:00
parent 6d7e4880bc
commit da2b6c9802
2 changed files with 2316 additions and 1153 deletions

View File

@@ -2,18 +2,11 @@
##### START - SUBSTITUTIONS ##### ##### START - SUBSTITUTIONS #####
############################################################# #############################################################
substitutions: substitutions:
###### Change ME ######
node_name: "nspanel_name" # ändere Name zum Beispiel in den Raum wo das NSPanel verbaut wird
device_name: "NSPanel NAME" # ändere Name zum Beispiel Raum - ist der Name der in HA verwnedet wird
wifi_ssid: "WLAN NAME" # Gib dein WLAN Name ein
wifi_password: "WLAN PASSWORD" # Gib dein Passwort fürs WLAN ein
ota_password: "OTA PASSWORD" # Gib ein Passwort ein - kann das selbe wie WLAN sein
nextion_update_url: "http://10.0.0.200:8123/local/nspanel/nspanel.tft" # URL to tft file git or local
##### Change ME #####
##### advanced config activate only when you know what you do ##### ##### advanced config activate only when you know what you do #####
# ## usage of secrets-file ## -> comment in ###### Change ME ###### # ## usage of secrets-file ## -> comment in ###### Change ME ######
# device_name: "nspanel_name01" # ändere Name zum Beispiel in den Raum wo das NSPanel verbaut wird. Wird im Blueprint benötigt
# friendly_name: "NSPanel Name02" # ändere Name zum Beispiel in den Raum wo das NSPanel verbaut wird
# wifi_ssid: !secret nspanel_wifi_ssid # add in your esphome secrets file. # wifi_ssid: !secret nspanel_wifi_ssid # add in your esphome secrets file.
# wifi_password: !secret nspanel_wifi_password # add in your esphome secrets file. # wifi_password: !secret nspanel_wifi_password # add in your esphome secrets file.
# ota_password: !secret nspanel_ota_password # add in your esphome secrets file. # ota_password: !secret nspanel_ota_password # add in your esphome secrets file.
@@ -28,14 +21,12 @@ substitutions:
##### end of advanced config ##### ##### end of advanced config #####
###### EDIT THE BELOW ENTITIES FOR YOURS... depricated ####################################################################### ###### EDIT THE BELOW ENTITIES FOR YOURS... depricated #######################################################################
##### - will be removed in future release - ignore it or set if exist ################## ##### - will be removed in future release - ignore it or set if exist ##################
ha_hotwater_charge: switch.wwcharge ha_hotwater_charge: switch.wwcharge
ha_heating_system_flame: binary_sensor.flamestatus ##### Buderus Heizung Flamen-Status (Integration) ##### ha_heating_system_flame: binary_sensor.flamestatus ##### Buderus Heizung Flamen-Status (Integration) #####
ha_climate_thermostat_target_temp: sensor.nspanel_target_temp ##### Climate Thermostat generiert in HA (custom_configuration -> nspanel) ##### ha_climate_thermostat_target_temp: sensor.nspanel_target_temp ##### Climate Thermostat generiert in HA (custom_configuration -> nspanel) #####
ha_climate_thermostat: climate.nspanel_name ##### Climate Thermostat generiert in HA (custom_configuration -> nspanel) ##### ha_climate_thermostat: climate.nspanel_name ##### Climate Thermostat generiert in HA (custom_configuration -> nspanel) #####
######################################### #########################################
# #
# #
@@ -64,8 +55,8 @@ external_components:
##### ESP home CONFIG ##### ##### ESP home CONFIG #####
esphome: esphome:
name: ${node_name} name: ${device_name}
comment: ${device_name} comment: ${friendly_name}
##### TYPE OF ESP BOARD ##### ##### TYPE OF ESP BOARD #####
esp32: esp32:

1172
esphome_backup.yaml Normal file

File diff suppressed because it is too large Load Diff