From e49657230d6d6074653f331c0bba86e9ba74dc46 Mon Sep 17 00:00:00 2001 From: MichaelHeimann Date: Wed, 3 Apr 2024 00:53:03 +0200 Subject: [PATCH] Update nspanel_esphome_prebuilt.yaml enable climate_heat --- prebuilt/nspanel_esphome_prebuilt.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/prebuilt/nspanel_esphome_prebuilt.yaml b/prebuilt/nspanel_esphome_prebuilt.yaml index 3d6473e..e81ab7f 100644 --- a/prebuilt/nspanel_esphome_prebuilt.yaml +++ b/prebuilt/nspanel_esphome_prebuilt.yaml @@ -13,6 +13,11 @@ substitutions: wifi_ssid: nspanel wifi_password: NSPanel_Blueprint pre_built: "true" + heater_relay: "1" # possible values: 1/2 + temp_units: "°C" #Temperatures in Fahrenheit + temp_min: "16" #Min supported temperature is 40°F + temp_max: "26" #Max supported temperature is 80°F + temp_step: "0.5" #Temperature granularity is 1°F ##### External components ##### external_components: @@ -24,6 +29,7 @@ external_components: packages: core_package: !include ../esphome/nspanel_esphome_core.yaml upload_tft_package: !include ../esphome/nspanel_esphome_addon_upload_tft.yaml + climate_heat: !include ../esphome/nspanel_esphome_addon_climate_heat.yaml api: services: @@ -59,7 +65,7 @@ button: captive_portal: dashboard_import: - package_import_url: github://MichaelHeimann/NSPanel_HA_Blueprint/prebuilt/nspanel_esphome_prebuilt.yaml@main # Must be updated + package_import_url: github://MichaelHeimann/NSPanel_HA_Blueprint/prebuilt/nspanel_esphome_prebuilt.yaml@main# Must be updated import_full_config: false esp32_improv: @@ -75,7 +81,7 @@ esphome: then: - text_sensor.template.publish: id: firmware_url - state: https://raw.githubusercontent.com/MichaelHeimann/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin # Must be updated + state: https://raw.githubusercontent.com/MichaelHeimann/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin - text_sensor.template.publish: id: firmwaremd5_url state: https://raw.githubusercontent.com/MichaelHeimann/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin.md5