mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Add ESPHome native API docs (#7873)
* Add esphomelib native API docs
* ✨ Rename to ESPHome
* Address comments
* Update esphome.markdown
This commit is contained in:
parent
0c87f0023a
commit
42f38121b6
27
source/_components/esphome.markdown
Normal file
27
source/_components/esphome.markdown
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
layout: page
|
||||
title: "ESPHome"
|
||||
description: "Support for ESPHome devices using the native ESPHome API."
|
||||
date: 2018-12-16 14:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: esphome.png
|
||||
ha_category: DIY
|
||||
ha_release: 0.85
|
||||
ha_iot_class: "Local Push"
|
||||
---
|
||||
|
||||
This component allows you to connect your [ESPHome](https://esphomelib.com/esphomeyaml/index.html) devices directly into Home Assistant with the [native ESPHome API](https://esphomelib.com/esphomeyaml/components/api.html).
|
||||
|
||||
## {% linkable_title Setup the component via the integrations screen %}
|
||||
|
||||
Menu: *Configuration* -> *Integrations*
|
||||
|
||||
Press on **ESPHome** and configure the integration:
|
||||
|
||||
* Enter the address and port of your ESP. For example if the node is called `livingroom`, the address would be `livingroom.local` and the port number `6053` (default).
|
||||
* Then Home Assistant will try to connect to the device. If you have a password set Home Assistant will additionally ask you for the password.
|
||||
|
||||
After that, all the entities you have configured on your ESPHome node will automatically show up in Home Assistant.
|
BIN
source/images/supported_brands/esphome.png
Normal file
BIN
source/images/supported_brands/esphome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
x
Reference in New Issue
Block a user