31 lines
725 B
YAML
31 lines
725 B
YAML
substitutions:
|
|
name: home-assistant-voice-09c0e7
|
|
friendly_name: Home Assistant Voice 09c0e7
|
|
packages:
|
|
Nabu Casa.Home Assistant Voice PE: github://esphome/home-assistant-voice-pe/home-assistant-voice.yaml
|
|
esphome:
|
|
name: ${name}
|
|
name_add_mac_suffix: false
|
|
friendly_name: ${friendly_name}
|
|
|
|
wifi:
|
|
ssid: "Voltage-legacy"
|
|
password: !secret voltage_legacy_psk
|
|
#use_address: ${name}.home
|
|
#power_save_mode: high
|
|
#fast_connect: on
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "HA Voice Fallback Hotspot"
|
|
password: !secret fallback_psk
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: !secret apikey
|
|
|
|
ota:
|
|
platform: esphome
|
|
password: !secret ota
|
|
|