What happened?
i have to manually change the hostname every time i update the progream, it doe still use the old one
Dashboard version
1.14.9
How did you install it?
Home Assistant App
Where is it running?
Home Assistant App
Device YAML config
esphome:
name: assist
friendly_name: Assist
esp32:
board: esp32dev
framework:
type: esp-idf
logger:
level: INFO
api:
encryption:
key: !secret asistente__encryption_key
ota:
- platform: esphome
password: !secret asistente__ota_password
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
preferences:
binary_sensor:
- platform: gpio
name: Mute button
id: mute_button
pin:
number: GPIO4
mode:
input: true
pullup: true
inverted: true
icon: "mdi:multicast"
internal: false
disabled_by_default: false
trigger_on_initial_state: true
on_click:
- then:
- switch.toggle: switch_template_1
switch:
- platform: template
name: Mute
id: switch_template_1
icon: "mdi:microphone-off"
turn_on_action:
- logger.log:
level: INFO
format: Muted
turn_off_action:
- logger.log:
level: INFO
format: Unmuted
Relevant logs / errors
Anything else?
- Device: Assist (assist.yaml)
- Board: esp32dev
- Platform: ESP32
- ESPHome running: 2026.9.0
- ESPHome: 2026.9.0
- Installation: Home Assistant Add-on
What happened?
i have to manually change the hostname every time i update the progream, it doe still use the old one
Dashboard version
1.14.9
How did you install it?
Home Assistant App
Where is it running?
Home Assistant App
Device YAML config
Relevant logs / errors
Anything else?