2020-10-28 18:25:25 +01:00

27 lines
882 B
Markdown

---
title: ESPHome
description: Support for ESPHome devices using the native ESPHome API.
featured: true
ha_category:
- DIY
ha_release: 0.85
ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners:
- '@OttoWinter'
ha_domain: esphome
---
This integration allows [ESPHome](https://esphome.io) devices to connect directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html).
## Configuration
An ESPHome device can be set up via the **Integrations** menu: **Configuration** > **Integrations**:
* Click the orange `+` on the lower-right of the screen and select **ESPHome**
* Complete the dialog box and click `SUBMIT`.
* **Host**: If the device is called `livingroom` in ESPHome, the hostname would be `livingroom.local`
* **Port**: The default port is `6053`
* If the node has a password set, Home Assistant prompt for it.