Update nspanel_esphome_prebuilt.yaml
enable climate_heat
This commit is contained in:
@@ -13,6 +13,11 @@ substitutions:
|
|||||||
wifi_ssid: nspanel
|
wifi_ssid: nspanel
|
||||||
wifi_password: NSPanel_Blueprint
|
wifi_password: NSPanel_Blueprint
|
||||||
pre_built: "true"
|
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 #####
|
||||||
external_components:
|
external_components:
|
||||||
@@ -24,6 +29,7 @@ external_components:
|
|||||||
packages:
|
packages:
|
||||||
core_package: !include ../esphome/nspanel_esphome_core.yaml
|
core_package: !include ../esphome/nspanel_esphome_core.yaml
|
||||||
upload_tft_package: !include ../esphome/nspanel_esphome_addon_upload_tft.yaml
|
upload_tft_package: !include ../esphome/nspanel_esphome_addon_upload_tft.yaml
|
||||||
|
climate_heat: !include ../esphome/nspanel_esphome_addon_climate_heat.yaml
|
||||||
|
|
||||||
api:
|
api:
|
||||||
services:
|
services:
|
||||||
@@ -59,7 +65,7 @@ button:
|
|||||||
captive_portal:
|
captive_portal:
|
||||||
|
|
||||||
dashboard_import:
|
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
|
import_full_config: false
|
||||||
|
|
||||||
esp32_improv:
|
esp32_improv:
|
||||||
@@ -75,7 +81,7 @@ esphome:
|
|||||||
then:
|
then:
|
||||||
- text_sensor.template.publish:
|
- text_sensor.template.publish:
|
||||||
id: firmware_url
|
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:
|
- text_sensor.template.publish:
|
||||||
id: firmwaremd5_url
|
id: firmwaremd5_url
|
||||||
state: https://raw.githubusercontent.com/MichaelHeimann/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin.md5
|
state: https://raw.githubusercontent.com/MichaelHeimann/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin.md5
|
||||||
|
|||||||
Reference in New Issue
Block a user