delete temp correction

This commit is contained in:
Blackymas
2022-11-14 00:00:30 +01:00
parent 27b6c49020
commit 2e85eceef6

View File

@@ -62,15 +62,6 @@ blueprint:
- label: 'Yes' - label: 'Yes'
value: select_yes value: select_yes
nspnael_temp_correction:
name: 'Nspanel temperature correction'
description: 'Here the temperature of the NSPanel temperature sensor can be adjusted.'
default: '0'
selector:
number:
min: -10
max: 10
##### WEATHER ##### ##### WEATHER #####
weather: weather:
name: Weather Integration name: Weather Integration
@@ -759,7 +750,6 @@ variables:
time: "{{ (as_timestamp(now()) | timestamp_custom('%H:%M')) }}" time: "{{ (as_timestamp(now()) | timestamp_custom('%H:%M')) }}"
weather: !input "weather" weather: !input "weather"
language: !input "language" language: !input "language"
nspnael_temp_correction: !input "nspnael_temp_correction"
##### PUSH TO NEXTION DISPLAY ##### ##### PUSH TO NEXTION DISPLAY #####
command_text_printf: "esphome.{{ nspanel_name }}_send_command_text_printf" command_text_printf: "esphome.{{ nspanel_name }}_send_command_text_printf"
@@ -781,7 +771,6 @@ variables:
tft_path: !input "tft_path" tft_path: !input "tft_path"
##### GENERAL ENTITYS ##### ##### GENERAL ENTITYS #####
nspanel_temp: sensor.{{ nspanel_name }}_temperature
humidity: !input "humidity" humidity: !input "humidity"
hotwatertemp: !input "hotwatertemp" hotwatertemp: !input "hotwatertemp"
outdoortemp: !input "outdoortemp" outdoortemp: !input "outdoortemp"
@@ -1767,14 +1756,6 @@ action:
data: data:
component: home.humidity_state component: home.humidity_state
message: "{{ states(humidity) |round(0) }}%" message: "{{ states(humidity) |round(0) }}%"
##### NSPanel boot init - NSPanel Temp #####
- delay:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: home.current_temp
message: "{{ states(nspanel_temp) }}°"
##### NSPanel boot init - Hotwater ##### ##### NSPanel boot init - Hotwater #####
- if: - if: