From 5fcb1e07858a1b47625bec62041f0c650fa0f7c5 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:57:27 +0200 Subject: [PATCH] Fix incorrect preset when addon climate cool --- nspanel_esphome_addon_climate_base.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nspanel_esphome_addon_climate_base.yaml b/nspanel_esphome_addon_climate_base.yaml index 131f2a3..d76ec57 100644 --- a/nspanel_esphome_addon_climate_base.yaml +++ b/nspanel_esphome_addon_climate_base.yaml @@ -36,12 +36,6 @@ climate: - switch.turn_off: relay_${heater_relay} default_preset: "Off" on_boot_restore_from: memory - preset: - - name: "Off" - default_target_temperature_low: ${temp_min} ${temp_units} - mode: "off" - - name: Home - default_target_temperature_low: 21 ${temp_units} internal: false on_state: - logger.log: Climate state changed - Start