39 lines
782 B
YAML
39 lines
782 B
YAML
|
|
substitutions:
|
||
|
|
name: family-room-remote
|
||
|
|
friendly_name: "Family Room Remote"
|
||
|
|
|
||
|
|
packages:
|
||
|
|
base: !include family-room-remote/family-room-remote.base.yaml
|
||
|
|
ui: !include family-room-remote/family-room-remote.ui.yaml
|
||
|
|
bindings: !include family-room-remote/family-room-remote.bindings.yaml
|
||
|
|
|
||
|
|
esphome:
|
||
|
|
name: ${name}
|
||
|
|
friendly_name: ${friendly_name}
|
||
|
|
name_add_mac_suffix: false
|
||
|
|
|
||
|
|
esp32:
|
||
|
|
board: esp32-s3-devkitc-1
|
||
|
|
variant: ESP32S3
|
||
|
|
flash_size: 16MB
|
||
|
|
framework:
|
||
|
|
type: esp-idf
|
||
|
|
|
||
|
|
wifi:
|
||
|
|
ssid: !secret wifi_iot_ssid
|
||
|
|
password: !secret wifi_password
|
||
|
|
ap:
|
||
|
|
ssid: "${friendly_name} Fallback"
|
||
|
|
password: !secret fallback_password
|
||
|
|
|
||
|
|
api:
|
||
|
|
encryption:
|
||
|
|
key: !secret api_encryption_key
|
||
|
|
|
||
|
|
ota:
|
||
|
|
- platform: esphome
|
||
|
|
password: !secret ota_password
|
||
|
|
|
||
|
|
logger:
|
||
|
|
baud_rate: 0
|