Skip to content

Document required manual inputs for ESPHome new entry config flow #38612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/_integrations/esphome.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,27 @@ This integration allows [ESPHome](https://esphome.io) devices to connect directl

{% include integrations/config_flow.md %}

### Required manual input

To configure an ESPHome device, enter the following information:

{% configuration_basic %}

host:
description: "IP address or hostname of the ESPHome device. <br> This will be pre-filled if the device was auto-discovered."
port:
description: "Port used by the ESPHome native API (default: 6053). <br> This will be pre-filled if the device was auto-discovered."
noise_psk:
description: "The pre-shared key used for encryption. <br> This is a 32‑byte base64‑encoded string. Leave blank if native encryption is not enabled."
password:
description: "Device password (deprecated). <br> Use a Noise PSK (encryption key) instead – password support will be removed in a future release."

{% endconfiguration_basic %}

For more information, see the [ESPHome Native API Component documentation](https://esphome.io/components/api.html).

## Removing the integration

This integration follows the standard integration removal process; no extra steps are required.

{% include integrations/remove_device_service.md %}
Expand Down