core/homeassistant/components/esphome
J. Nick Koston 849121a124
Improve human-readable name for new/reauth/reconfig in ESPHome (#143302)
* Improve human-readable prompt when requesting ESPHome credentials

Users reported difficulty identifying which device needs reauthentication, especially when names are similar (e.g., `power-meter` vs `power-meter-EEFF`). Previously, only the hostname was shown, which led to confusion. This change includes the config entry title or friendly name—when available—in the prompt to make device identification easier.

* Update homeassistant/components/esphome/config_flow.py

* add missing cover

* tweaks

* one more

* one more

* cover

* some are ``, some are not, make them all ``

* Apply suggestions from code review

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-04-21 10:25:14 -04:00
..
__init__.py Small improvements to ESPHome setup (#143204) 2025-04-17 21:51:16 -10:00
alarm_control_panel.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
assist_satellite.py Explictly set PARALLEL_UPDATES in ESPHome assist_satellite entity platform (#143068) 2025-04-15 21:39:47 -10:00
binary_sensor.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
bluetooth.py
button.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
camera.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
climate.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
config_flow.py Improve human-readable name for new/reauth/reconfig in ESPHome (#143302) 2025-04-21 10:25:14 -04:00
const.py Add reconfigure support to ESPHome (#143132) 2025-04-19 12:40:07 +02:00
coordinator.py
cover.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
dashboard.py Avoid setting up ESPHome dashboard if its been uninstalled (#142904) 2025-04-14 09:49:21 +02:00
date.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
datetime.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
diagnostics.py
domain_data.py
entity.py Correct handling of entities with empty name for ESPHome devices (#143366) 2025-04-21 09:38:29 -04:00
entry_data.py Fix ESPHome update entities being loaded before device_info is available (#141704) 2025-03-29 17:53:01 +01:00
enum_mapper.py
event.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
fan.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
ffmpeg_proxy.py Small improvements to ESPHome setup (#143204) 2025-04-17 21:51:16 -10:00
icons.json Add icons for ESPHome entities (#143202) 2025-04-17 21:56:11 -10:00
light.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
lock.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
manager.py Remove legacy format exception for ESPHome entity naming (#143049) 2025-04-19 12:41:07 +02:00
manifest.json Bump esphome-dashboard-api to 1.3.0 (#143128) 2025-04-17 09:57:55 +02:00
media_player.py Remove unreachable code in ESPHome media_players (#143203) 2025-04-17 21:51:03 -10:00
number.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
repairs.py Add a repair for ESPHome device conflicts (#142507) 2025-04-14 07:10:05 -10:00
select.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
sensor.py Add additional config entry typing to ESPHome (#143126) 2025-04-17 22:03:52 -10:00
services.yaml
strings.json Improve human-readable name for new/reauth/reconfig in ESPHome (#143302) 2025-04-21 10:25:14 -04:00
switch.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
text.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
time.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00
update.py Make remaining ESPHome exceptions translatable (#143184) 2025-04-17 22:22:08 -10:00
valve.py Explictly set PARALLEL_UPDATES for ESPHome entity platforms (#143065) 2025-04-15 21:11:05 -10:00