diff --git a/blueprint.yaml b/blueprint.yaml index a945348..1cb0b45 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -62,15 +62,6 @@ blueprint: - label: '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: name: Weather Integration @@ -759,7 +750,6 @@ variables: time: "{{ (as_timestamp(now()) | timestamp_custom('%H:%M')) }}" weather: !input "weather" language: !input "language" - nspnael_temp_correction: !input "nspnael_temp_correction" ##### PUSH TO NEXTION DISPLAY ##### command_text_printf: "esphome.{{ nspanel_name }}_send_command_text_printf" @@ -781,7 +771,6 @@ variables: tft_path: !input "tft_path" ##### GENERAL ENTITYS ##### - nspanel_temp: sensor.{{ nspanel_name }}_temperature humidity: !input "humidity" hotwatertemp: !input "hotwatertemp" outdoortemp: !input "outdoortemp" @@ -1767,14 +1756,6 @@ action: data: component: home.humidity_state 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 ##### - if: