test git esphome
This commit is contained in:
17
esphome.yaml
17
esphome.yaml
@@ -2,18 +2,11 @@
|
||||
##### START - 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 #####
|
||||
|
||||
# ## 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_password: !secret nspanel_wifi_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 #####
|
||||
|
||||
|
||||
###### EDIT THE BELOW ENTITIES FOR YOURS... depricated #######################################################################
|
||||
##### - will be removed in future release - ignore it or set if exist ##################
|
||||
ha_hotwater_charge: switch.wwcharge
|
||||
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: climate.nspanel_name ##### Climate Thermostat generiert in HA (custom_configuration -> nspanel) #####
|
||||
|
||||
#########################################
|
||||
#
|
||||
#
|
||||
@@ -64,8 +55,8 @@ external_components:
|
||||
|
||||
##### ESP home CONFIG #####
|
||||
esphome:
|
||||
name: ${node_name}
|
||||
comment: ${device_name}
|
||||
name: ${device_name}
|
||||
comment: ${friendly_name}
|
||||
|
||||
##### TYPE OF ESP BOARD #####
|
||||
esp32:
|
||||
|
||||
1172
esphome_backup.yaml
Normal file
1172
esphome_backup.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user