mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Fix substitutions example & api intro text (#117)
* Fix substitutions example * Remove wrong intro text
This commit is contained in:
parent
750e5fb115
commit
5923b01ba8
@ -6,13 +6,6 @@ Native API Component
|
||||
:image: server-network.png
|
||||
:keywords: Native API, ESPHome, Home Assistant
|
||||
|
||||
This core esphomelib component sets up WiFi connections to access points
|
||||
for you. It needs to be in your configuration or otherwise esphomeyaml
|
||||
will fail in the config validation stage.
|
||||
|
||||
It’s recommended to provide a static IP for your node, as it can
|
||||
dramatically improve connection times.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
|
@ -157,7 +157,7 @@ substitute expressions in.
|
||||
upper_devicename: Livingroom
|
||||
|
||||
esphomeyaml:
|
||||
name: $livingroom
|
||||
name: $devicename
|
||||
# ...
|
||||
|
||||
sensor:
|
||||
|
Loading…
Reference in New Issue
Block a user