Files
ESP-Home-Scripts/ns-panel-ground-floor.yaml

45 lines
1.2 KiB
YAML

substitutions:
# Settings - Editable values
device_name: ns-panel-ground-floor
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
nextion_update_url: "http://192.168.17.44:8123/local/nspanel_eu.tft" # Optional for `esp-idf` framework
# Add-on configuration (if needed)
# heater_relay: "1" # Possible values: "1" or "2"
api:
encryption:
key: "DVkkntEil08ex4e7xjnKTz4o2z/ZM/UHnkjOJP7KUfA="
# Customization area
##### My customization - Start #####
##### My customization - End #####
# Core and optional configurations
packages:
remote_package:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: main
files:
- nspanel_esphome.yaml # Core package
# Optional advanced and add-on configurations
# - advanced/esphome/nspanel_esphome_advanced.yaml
# - nspanel_esphome_addon_climate_cool.yaml
# - nspanel_esphome_addon_climate_heat.yaml
# - nspanel_esphome_addon_climate_dual.yaml
refresh: 300s
esp32:
framework:
type: esp-idf
time:
- id: !extend time_provider
timezone: "Europe/Berlin"
wifi:
networks:
- id: !extend wifi_default
manual_ip:
static_ip: 192.168.17.139
gateway: 192.168.17.1
subnet: 255.255.255.0