fix delay Input

This commit is contained in:
Blackymas
2022-11-06 18:23:54 +01:00
parent 561f6fc89f
commit 6d7e4880bc
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ blueprint:
delay: delay:
name: Delay to avoid sync problems (coming soon) name: Delay to avoid sync problems (coming soon)
description: 'Synchronization Problems may occur due to the NETWORK / WLAN. To avoid this problem enter your value for the delay (milliseconds)' description: 'Synchronization Problems may occur due to the NETWORK / WLAN. To avoid this problem enter your value for the delay (milliseconds)'
default: [10] default: ["10"]
selector: selector:
text: {} text: {}
sync_value_ha: sync_value_ha:

View File

@@ -11,7 +11,7 @@ substitutions:
nextion_update_url: "http://10.0.0.200:8123/local/nspanel/nspanel.tft" # URL to tft file git or local nextion_update_url: "http://10.0.0.200:8123/local/nspanel/nspanel.tft" # URL to tft file git or local
##### Change ME ##### ##### 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 ######
# wifi_ssid: !secret nspanel_wifi_ssid # add in your esphome secrets file. # wifi_ssid: !secret nspanel_wifi_ssid # add in your esphome secrets file.
@@ -26,11 +26,11 @@ substitutions:
# dns: "10.0.0.138" # dns: "10.0.0.138"
# domain: ".local" # domain: ".local"
### 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) #####
@@ -76,7 +76,7 @@ wifi:
ssid: ${wifi_ssid} ssid: ${wifi_ssid}
password: ${wifi_password} password: ${wifi_password}
power_save_mode: none power_save_mode: none
### advanced config - uncomment to use static IP-Config ### ##### advanced config - uncomment to use static IP-Config #####
# manual_ip: # manual_ip:
# static_ip: ${ip} # static_ip: ${ip}
# gateway: ${gw} # gateway: ${gw}