Styling changes (#14745)

This commit is contained in:
Chase 2020-10-03 00:54:14 -06:00 committed by GitHub
parent b7787c16bd
commit bcbda7a5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,15 @@ ha_codeowners:
ha_domain: esphome
---
This integration allows you to connect your [ESPHome](https://esphome.io) devices directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html).
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).
## Set up the integration via the integrations screen
## Configuration
Menu: *Configuration* > *Integrations*
An ESPHome device can be set up via the **Integrations** menu: **Configuration** > **Integrations**:
Press on **ESPHome** and configure the integration:
* Click the orange `+` on the lower-right of the screen and select **ESPHome**
* Enter the address and port of your node. For example, if the node is called `livingroom`, the address would be `livingroom.local` and the port number would be `6053` (default).
Home Assistant will then try to connect to the device. If you have a password set, Home Assistant will also ask you for it. After that, all the entities you have configured on your ESPHome node will automatically appear in Home Assistant.
* 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.