firecrest/firmware/waveshare-thermostat.yaml

47 lines
901 B
YAML

substitutions:
name: firecrest
friendly_name: "Firecrest Thermostat"
esphome:
name: ${name}
friendly_name: ${friendly_name}
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-s3-devkitc-1
variant: esp32s3
flash_size: 16MB
framework:
type: esp-idf
sdkconfig_options:
CONFIG_ESP32S3_DATA_CACHE_64KB: y
CONFIG_ESP32S3_INSTRUCTION_CACHE_32KB: y
psram:
mode: octal
speed: 80MHz
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ap:
ssid: "${friendly_name} Fallback"
password: "thermostat1234"
api:
encryption:
key: !secret ha_api_key
ota:
- platform: esphome
password: !secret ota_password
logger:
level: DEBUG
packages:
display: !include components/display.yaml
sensors: !include components/sensors.yaml
relays: !include components/relays.yaml
climate: !include components/climate.yaml