mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Add esphome platform to OTA sections in docs (#3983)
This commit is contained in:
parent
8feb86c45e
commit
7f5479b4f3
@ -103,6 +103,7 @@ This configuration is for an Olimex ESP32-PoE-ISO board with an Ethernet connect
|
||||
api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
esp32_ble_tracker:
|
||||
scan_parameters:
|
||||
|
@ -144,6 +144,7 @@ Wi-Fi, API, and OTA configuration.
|
||||
captive_portal:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
api:
|
||||
|
||||
|
@ -71,6 +71,7 @@ This component is useless for devices other than Sonoff D1 dimmer.
|
||||
|
||||
# Make sure you can upload new firmware OTA
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
# D1 dimmer uses hardware serial port on the default pins @ 9600 bps
|
||||
uart:
|
||||
|
@ -108,6 +108,7 @@ complete configuration for a Sonoff B1 looks like:
|
||||
logger:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
my9231:
|
||||
data_pin: GPIO12 # GPIO13 for AiLight
|
||||
@ -163,6 +164,7 @@ And here is a complete configuration for the AiThinker AiLight:
|
||||
logger:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
my9231:
|
||||
data_pin: GPIO13
|
||||
|
@ -108,6 +108,7 @@ A complete configuration for a Feit Electric A19 looks like:
|
||||
logger:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
sm16716:
|
||||
data_pin: GPIO14
|
||||
|
@ -203,6 +203,7 @@ spares I/Os.
|
||||
api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
# define i2c device
|
||||
# for an ESP8266 SDA is D2 and goes to Arduino's A4
|
||||
|
@ -129,6 +129,7 @@ ESPHome configuration
|
||||
# Enable Home Assistant API & OTA Updates
|
||||
api:
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
status_led:
|
||||
pin:
|
||||
|
@ -67,6 +67,7 @@ Here is the configuration with the basic operations outlined above.
|
||||
logger:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
api:
|
||||
|
||||
|
@ -43,6 +43,7 @@ Example configuration
|
||||
|
||||
# OTA is required for Over-the-Air updating
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
# This should point to the public location of this yaml file.
|
||||
dashboard_import:
|
||||
|
Loading…
Reference in New Issue
Block a user