I updated my esphome to 2023.12.7 and updated my esphome Athom devices but the entities is not prefixed with the frindly name anymore. I think this change in esphome has caused this https://github.com/esphome/esphome/pull/5810 but I am uncertain how to fix it.
Here is my esphome configuration. For this device https://www.athom.tech/blank-1/eu-wall-socket-for-esphome
Screenshot from Homeassistant.
substitutions:
name: tomada-cama-vi-athom
friendly_name: "Tomada Cama Vi"
device_name: "tomada-cama-vi"
packages:
Athom_Technology.Wall_Outlet: github://athom-tech/athom-configs/athom-wall-outlet.yaml
esphome:
name: ${name}
name_add_mac_suffix: false
api:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: !secret ip_tomada_cama_vi
gateway: !secret ip_gateway
subnet: !secret ip_subnet
dns1: !secret ip_dns1
ap:
password: !secret wifi_password